Browse Source

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

Taddeus Kroes 12 years ago
parent
commit
42b94ce078
1 changed files with 1 additions and 1 deletions
  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)