This commit is contained in:
rlx 2018-02-15 17:26:36 +01:00
parent a61d6450da
commit cde5490df4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class Engine:
self.playlists,
key=lambda playlist: -score[playlist['name']]
)
videos = playlists[:channels['globalKeywords']]
videos += playlists[:channels['globalKeywords']]
playlists = playlists[channels['globalKeywords']:]
# Count tags for the user
count = defaultdict(lambda: 0)