Fixed issue #2
This commit is contained in:
parent
daf424a0b8
commit
d0640476c0
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ class Playlist(Collection):
|
|||
metadata,
|
||||
)
|
||||
)
|
||||
elif playable_type == "local":
|
||||
# Ignore local files
|
||||
pass
|
||||
else:
|
||||
raise ValueError("Unknown playable content", playable_type)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue