Fix season playlists

This commit is contained in:
Omar Roth
2019-08-16 15:46:37 -05:00
parent f54fbd057e
commit a19cdb5e72
4 changed files with 57 additions and 31 deletions

View File

@@ -152,13 +152,13 @@ struct SearchPlaylist
end
db_mapping({
title: String,
id: String,
author: String,
ucid: String,
video_count: Int32,
videos: Array(SearchPlaylistVideo),
thumbnail_id: String?,
title: String,
id: String,
author: String,
ucid: String,
video_count: Int32,
videos: Array(SearchPlaylistVideo),
thumbnail: String?,
})
end