Skip to content

Commit

Permalink
Fix: set order to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Jul 3, 2024
1 parent 1cd494a commit eb464db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jukebox/JukeboxBlissify.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- {"name": "JukeboxBlissify", "file": "Jukebox/JukeboxBlissify.lua", "version": 3, "desc": "Uses blissify-rs to populate the jukebox queue.", "order":1,"arguments":["addToQueue"]}
-- {"name": "JukeboxBlissify", "file": "Jukebox/JukeboxBlissify.lua", "version": 4, "desc": "Uses blissify-rs to populate the jukebox queue.", "order":0,"arguments":["addToQueue"]}
local blissify_path = mympd_env.var_blissify_path
local blissify_config = ""
if mympd_env.var_blissify_config ~= nil and
Expand Down

0 comments on commit eb464db

Please sign in to comment.