fix(job): rename Plex Sync to Jellyfin Sync (#1549)
Some logs for the Jellyfin scanners were labelled 'Plex Sync' instead of 'Jellyfin Sync', leading to confusion
This commit is contained in:
@@ -65,8 +65,8 @@ class JellyfinScanner {
|
|||||||
|
|
||||||
if (!metadata?.Id) {
|
if (!metadata?.Id) {
|
||||||
logger.debug('No Id metadata for this title. Skipping', {
|
logger.debug('No Id metadata for this title. Skipping', {
|
||||||
label: 'Plex Sync',
|
label: 'Jellyfin Sync',
|
||||||
ratingKey: jellyfinitem.Id,
|
jellyfinItemId: jellyfinitem.Id,
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -204,8 +204,8 @@ class JellyfinScanner {
|
|||||||
|
|
||||||
if (!metadata?.Id) {
|
if (!metadata?.Id) {
|
||||||
logger.debug('No Id metadata for this title. Skipping', {
|
logger.debug('No Id metadata for this title. Skipping', {
|
||||||
label: 'Plex Sync',
|
label: 'Jellyfin Sync',
|
||||||
ratingKey: jellyfinitem.Id,
|
jellyfinItemId: jellyfinitem.Id,
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user