Explorar o código

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

Taddeus Kroes %!s(int64=12) %!d(string=hai) anos
pai
achega
42b94ce078
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)