mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 08:56:17 +00:00
Fix pony leftover in jukebox
This commit is contained in:
parent
4d249adcf2
commit
09d48fdb2e
@ -89,7 +89,7 @@ def jukebox_control():
|
||||
for path in status.playlist:
|
||||
try:
|
||||
playlist.append(Track.get(path=path))
|
||||
except ObjectNotFound:
|
||||
except Track.DoesNotExist:
|
||||
pass
|
||||
rv["entry"] = [
|
||||
t.as_subsonic_child(request.user, request.client) for t in playlist
|
||||
|
Loading…
Reference in New Issue
Block a user