Update mopidy_subidy/playback.py
This commit is contained in:
parent
4bc641e95a
commit
62429f22bd
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@ class SubidyPlaybackProvider(backend.PlaybackProvider):
|
|||
censored_url = self.subsonic_api.get_censored_song_stream_uri(song_id)
|
||||
logger.debug("Loading song from subsonic with url: '%s'" % censored_url)
|
||||
return self.subsonic_api.get_song_stream_uri(song_id)
|
||||
|
||||
def should_download(self, uri):
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue