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:08:06 (GMT) |
commit | 1d521e1c65babb8412b4959bd476596e0aa36aa6 (patch) | |
tree | 98b70e29107a8b1f94839be678bb12d2969922c9 | |
parent | b5bf6bd0e132e7f9a7cb50d39fc4507977cbc70d (diff) |
enable song listing for Songbirdsrel-2014-07
-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 9d71379..6bbdcf8 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 = ( |