Skip to content
Snippets Groups Projects
Commit 51d42fe6 authored by David Trattnig's avatar David Trattnig
Browse files

Do not check playlist entries.

parent 8c25b496
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ class FallbackManager:
and playlist[0].entries \
and len(playlist[0].entries) > 0:
return self.validate_entries(playlist[0].entries)
return True
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment