This commit is contained in:
root
2021-11-09 03:41:21 +05:30
parent 0fb233d56e
commit 2e63e9c5d5
+1 -1
View File
@@ -20,7 +20,7 @@ export async function isVideoWatched (videoId) {
}
export async function getWatchedVideos () {
return PMDB.watchedVideos.orderBy('timestamp').reversed().toArray()
return PMDB.watchedVideos.orderBy('timestamp').reverse().toArray()
}
export async function deleteWatchedVideos () {