Paratii-Video / paratii-player

Probably the world's 1st in-player token wallet (v0.0.1 of the Paratii embeddable web player).
http://paratii.video
GNU General Public License v3.0
41 stars 11 forks source link

Playlists with no videos display and are selectable #382

Closed bent0b0x closed 6 years ago

bent0b0x commented 6 years ago

I have not dug into this enough yet to know if a) empty playlists are already supposed to be hidden or b) this is a UX issue we have not yet accounted for.

emptyplaylist

If this is a UX issue we simply haven't accounted for, would like input from @pedrocasa

bent0b0x commented 6 years ago

This line in playlists.js is likely the culprit. We retrieve all playlists w/o filtering playlists with no videos.

jrgarou commented 6 years ago

Something like this happens on /search page. It shows the pagination when there's nothing to paginate.

image