Skip to content
Snippets Groups Projects
Commit 68b36d49 authored by Christian Pointner's avatar Christian Pointner
Browse files

only show musicpools in nowplaying

parent 11ff3ea5
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ def _current(): ...@@ -89,7 +89,7 @@ def _current():
if show['id'] in MUSIKPROG_IDS \ if show['id'] in MUSIKPROG_IDS \
or (show['id'] in SPECIAL_PROGRAM_IDS and not show['note']): or (show['id'] in SPECIAL_PROGRAM_IDS and not show['note']):
result = _which().objects.using(DB).all()[0] result = _which().objects.using(DB).filter(carttype__exact='pool')[0]
artist = result.artist artist = result.artist
title = result.title title = result.title
album = result.album album = result.album
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment