Skip to content

Commit

Permalink
update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovylein committed Nov 18, 2023
1 parent fd04413 commit aaa935a
Show file tree
Hide file tree
Showing 32 changed files with 214 additions and 1,015 deletions.
17 changes: 0 additions & 17 deletions resources/default-services/jukebox-spotify.service

This file was deleted.

84 changes: 0 additions & 84 deletions resources/default-settings/spotify.config.toml

This file was deleted.

7 changes: 0 additions & 7 deletions resources/default-settings/spotify_collection.example.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

import jukebox.plugs as plugin
import jukebox.cfghandler
from components.playern.backends.mpd.interfacing_mpd import MPDBackend
from components.playern.core import PlayerCtrl
from components.playern.core.player_content import PlayerData
from components.playern.core.player_status import PlayerStatus
from components.player.backends.mpd.interfacing_mpd import MPDBackend
from components.player.core import PlayerCtrl
from components.player.core.player_content import PlayerData
from components.player.core.player_status import PlayerStatus

logger = logging.getLogger('jb.player')
cfg = jukebox.cfghandler.get_handler('jukebox')
Expand Down
Loading

0 comments on commit aaa935a

Please sign in to comment.