mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Oops
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user