]> git.0d.be Git - panikweb.git/blobdiff - panikweb/paniktags/templatetags/paniktags.py
include stream url settings for player include only
[panikweb.git] / panikweb / paniktags / templatetags / paniktags.py
index a3e13887e2a240326fb912de6560fd9df300668a..b861e439befc24fa6f1991e832779a35641d76c7 100644 (file)
@@ -137,9 +137,9 @@ def soundfile_resume(soundfile, date=None):
 
 @register.inclusion_tag('includes/player.html', takes_context=True)
 def player(context):
-
     return {
         'unique': uuid.uuid4(),
+        'radio_stream_urls': settings.RADIO_STREAM_URLS,
         'soundfiles': context.get('soundfiles'),
     }