Fix misleading plugin function name

This commit is contained in:
advplyr
2022-07-13 16:44:02 -05:00
parent 2b5377db04
commit a58965306a
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ export default {
newLocalMediaProgress = await this.$db.syncServerMediaProgressWithLocalMediaProgress(payload)
} else {
// Check if local library item exists
var localLibraryItem = await this.$db.getLocalLibraryItemByLLId(prog.libraryItemId)
var localLibraryItem = await this.$db.getLocalLibraryItemByLId(prog.libraryItemId)
if (localLibraryItem) {
if (prog.episodeId) {
// If episode check if local episode exists