mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Update EmbyEpisodeSync.cs
This commit is contained in:
parent
0c75af8dad
commit
d67101cc07
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ namespace Ombi.Schedule.Jobs.Emby
|
||||||
{
|
{
|
||||||
processed++;
|
processed++;
|
||||||
|
|
||||||
if (ep.LocationType.Equals("Virtual", StringComparison.InvariantCultureIgnoreCase))
|
if (ep.LocationType?.Equals("Virtual", StringComparison.InvariantCultureIgnoreCase) ?? false)
|
||||||
{
|
{
|
||||||
// For some reason Emby is not respecting the `IsVirtualItem` field.
|
// For some reason Emby is not respecting the `IsVirtualItem` field.
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue