Skip to content

Commit

Permalink
fix: set empty string on default thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane committed Oct 24, 2023
1 parent e4f4f3d commit 98b5726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/18102023_migrate_formate_storage_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {

const formatedPlaylists = () => {
if (!db.columnExists("playlists", "cards")) {
db.alterTable("history", "thumbnail", null);
db.alterTable("history", "thumbnail", "");
db.commit();
}

Expand Down

0 comments on commit 98b5726

Please sign in to comment.