From 6f060bd60880726d6648ddaf2f5b2e7d5d73f4d9 Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@helsinki.at> Date: Sat, 21 May 2016 10:21:14 +0200 Subject: [PATCH] nop: added entries to musicprog list --- nop/views.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nop/views.py b/nop/views.py index 12e2adab..9fd87ee4 100644 --- a/nop/views.py +++ b/nop/views.py @@ -20,7 +20,10 @@ MUSIKPROG_IDS = ( 204, # Radyo Mezopotamya 206, # Abunda Lingva 290, # styrian underground - 523 # Songbirds + 523, # Songbirds + 562, # Singing Birds + 563, # canzoni italiane + 564 # on connait la chanson ) SPECIAL_PROGRAM_IDS = ( -- GitLab