Last stream as playlist thumbnail

This commit is contained in:
Thomas Forgione 2020-10-04 23:18:55 +02:00
parent 8176884124
commit cff8164bcd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ get { url, resolver } =
playlistMiniatureUrl : Playlist -> String
playlistMiniatureUrl playlist =
case List.head playlist.videos of
case List.head (List.reverse playlist.videos) of
Just v ->
"videos/" ++ playlist.url ++ v ++ "miniature-050.png"