Skip to content
Snippets Groups Projects
Commit 42b94ce0 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

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

parent b87ff2e4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment