feat(rebase): rebase

This commit is contained in:
Aiden Vigue
2021-02-15 11:07:36 -05:00
parent d81e7cdbab
commit 3743edab8d
4 changed files with 213 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ class JobJellyfinSync {
(hasOtherResolution || (has4k && !this.enable4kMovie)) &&
existing.jellyfinMediaID !== metadata.Id
) {
existing.jellyfinMediaID !== metadata.Id;
existing.jellyfinMediaID = metadata.Id;
changedExisting = true;
}