diff --git a/src/store/watched-videos-db.js b/src/store/watched-videos-db.js index f14c571..696cb97 100644 --- a/src/store/watched-videos-db.js +++ b/src/store/watched-videos-db.js @@ -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 () {