Преглед изворни кода

F*cking stupid... stuff works way faster now

Taddeus Kroes пре 12 година
родитељ
комит
42b94ce078
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      guide.coffee

+ 1 - 1
guide.coffee

@@ -77,7 +77,7 @@ ChannelList = Backbone.Collection.extend(
         $('#loading-screen').show()
         $.getJSON(
             FETCH_URL
-            channels: @pluck('id').join(','), day: day
+            channels: Settings.get('favourite_channels').join(','), day: day
             (channels) ->
                 _.each channels, (programs, id) ->
                     channel = Channels.findWhere(id: id)