Added random sort#2409
Conversation
FireMasterK
left a comment
There was a problem hiding this comment.
Please add the translation string and fix the lint issues.
Also, sorting functionality is likely going to be removed entirely with #2353
|
Or sorting gets implemented on the backend side instead of entirely dropping it ;-). |
The problem is that we require a way to index videos in such orders. When we have time, it's simple as we can just look for videos older than the last time value. When it's text, I'm just not sure what we can do! I am trying to avoid a |
|
I fixed it |
|
You still have to add the translation string: |
|
Closing due to inactivity. |
Literally just adds a little piece of code for random sorting.