Skip to content

Commit 076180d

Browse files
committed
Plugin rename
1 parent bfb7219 commit 076180d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const { waitForElement, PathElementListener, getConfiguration, callGQL, baseURL } = window.csLib
66

77
const defaultConfig = { audioExtensions: "mp3, m4a", useTag: false }
8-
const config = await getConfiguration("stashAudioPlayer", defaultConfig)
8+
const config = await getConfiguration("AudioPlayer", defaultConfig)
99
const pluginConfig = {
1010
...defaultConfig,
1111
...config,
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: StashAudioPlayer
1+
name: AudioPlayer
22
description: Add an audio-only toggle button and support for audio files in the Stash player through hls transcoder.
33
version: 0.3
44
ui:
55
requires:
66
- CommunityScriptsUILibrary
77
javascript:
8-
- stashAudioPlayer.js
8+
- AudioPlayer.js
99
css:
10-
- stashAudioPlayer.css
10+
- AudioPlayer.css
1111

1212
settings:
1313
audioExtensions:
File renamed without changes.
File renamed without changes.

plugins/AudioPlayerLite/stashAudioPlayerLite.yml renamed to plugins/AudioPlayerLite/AudioPlayerLite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description: This plugin identifies files with no video codec and plays them as
33
version: 0.1
44
ui:
55
javascript:
6-
- stashAudioPlayerLite.js
6+
- AudioPlayerLite.js
77
css:
8-
- stashAudioPlayerLite.css
8+
- AudioPlayerLite.css

0 commit comments

Comments
 (0)