mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-04-05 07:17:00 +00:00
Add support for local playlists
This commit is contained in:
@@ -238,8 +238,7 @@ export default {
|
||||
cursorRequest.onsuccess = e => {
|
||||
const cursor = e.target.result;
|
||||
if (cursor) {
|
||||
const bookmark = cursor.value;
|
||||
this.bookmarks.push(bookmark);
|
||||
this.bookmarks.push(cursor.value);
|
||||
cursor.continue();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user