Update:Library widget UI

This commit is contained in:
advplyr
2022-07-13 17:10:47 -05:00
parent a58965306a
commit 721f812df0
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -213,8 +213,9 @@ export default {
mediaProgress: prog
}
newLocalMediaProgress = await this.$db.syncServerMediaProgressWithLocalMediaProgress(payload)
} else {
} else if (!localProg) {
// Check if local library item exists
// local media progress may not exist yet if it hasn't been played
var localLibraryItem = await this.$db.getLocalLibraryItemByLId(prog.libraryItemId)
if (localLibraryItem) {
if (prog.episodeId) {