From 1d521e1c65babb8412b4959bd476596e0aa36aa6 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Wed, 7 Oct 2015 13:07:23 +0200
Subject: [PATCH] enable song listing for Songbirds

---
 nop/views.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nop/views.py b/nop/views.py
index 9d713797..6bbdcf86 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 = (
-- 
GitLab