]> git.parisson.com Git - telemeta.git/commitdiff
add pub sound
authoryomguy <yomguy@parisson.com>
Thu, 27 Sep 2012 02:42:51 +0000 (04:42 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 27 Sep 2012 02:42:51 +0000 (04:42 +0200)
telemeta/views/home.py

index ec768ac5b15725d56f33054f73c8140a94918143..633f04d393f4aea6d46cf85e56f0334c4d21d78a 100644 (file)
@@ -60,7 +60,7 @@ class HomeView(object):
         if len(_sound_pub_items) == 2:
             sound_pub_items = [_sound_pub_items[1]]
         elif len(_sound_pub_items) > 2:
-            sound_pub_items = _sound_pub_items[1:3]
+            sound_pub_items = _sound_pub_items[1:4]
         else:
             sound_pub_items = None