mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-28 17:47:44 -05:00
fix requires syntax (#336)
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Extended Stats
|
||||
#requires: CommunityScriptsUILibrary
|
||||
# requires: CommunityScriptsUILibrary
|
||||
description: Adds new stats to the stats page
|
||||
version: 1.1
|
||||
ui:
|
||||
|
||||
Reference in New Issue
Block a user