Skip to content

Commit

Permalink
fix requires syntax (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
  • Loading branch information
feederbox826 and feederbox826 authored Jun 12, 2024
1 parent dcd9f3a commit 6d9060c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/VideoScrollWheel/VideoScrollWheel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: VideoScrollWheel
# requires: CommunityScriptsUILibrary
description: Adds functionality to change volume/time in scene video player by hovering over left/right side of player and scrolling with mouse scrollwheel. Scroll while hovering on left side to adjust volume, scroll on right side to skip forward/back.
#requires: CommunityScriptsUILibrary
version: 0.2
settings:
allowVolumeChange:
Expand Down
2 changes: 1 addition & 1 deletion plugins/discordPresence/discordPresence.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Discord Presence
description: Sets currently playing scene data as your Discord status. See README for prerequisites and config options (blue hyperlink next to enable/disable button)
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/discordPresence
#requires: CommunityScriptsUILibrary
# requires: CommunityScriptsUILibrary
version: 1.0
settings:
discordClientId:
Expand Down
2 changes: 1 addition & 1 deletion plugins/stats/stats.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Extended Stats
#requires: CommunityScriptsUILibrary
# requires: CommunityScriptsUILibrary
description: Adds new stats to the stats page
version: 1.1
ui:
Expand Down

0 comments on commit 6d9060c

Please sign in to comment.