Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard-clock
Commits
2e9ee8b6
Commit
2e9ee8b6
authored
Nov 23, 2020
by
david
Browse files
Display fallback playlist w/o timeslot.
#2
parent
c5f2906f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/StudioClock.svelte
View file @
2e9ee8b6
...
...
@@ -141,7 +141,6 @@
/* Checks if there is an existing valid playlist */
function
hasValidPlaylist
(
value
)
{
if
(
hasValidTimeslot
(
value
))
if
(
value
.
current_playlist
!=
null
)
return
true
;
return
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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