diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-10-07 11:07:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-10-07 11:07:23 (GMT) |
commit | 885ad6327c53826c108d30ce74b47223b9e0afff (patch) | |
tree | b8a54c8d5639661738cd48e046be7c5419884869 | |
parent | 331aaeecc6627e5b9c58145ec34365152dbf6622 (diff) |
enable song listing for Songbirds
-rw-r--r-- | nop/views.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nop/views.py b/nop/views.py index 967a81c..a2bf224 100644 --- a/nop/views.py +++ b/nop/views.py @@ -19,7 +19,8 @@ MUSIKPROG_IDS = ( 203, # Hotel Passage 204, # Radyo Mezopotamya 206, # Abunda Lingva - 290 # styrian underground + 290, # styrian underground + 523 # Songbirds ) SPECIAL_PROGRAM_IDS = ( |