Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
51d42fe6
Commit
51d42fe6
authored
Jun 12, 2020
by
David Trattnig
Browse files
Do not check playlist entries.
parent
8c25b496
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/scheduling/fallback_manager.py
View file @
51d42fe6
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment