11 lines
248 B
C#
11 lines
248 B
C#
namespace ErsatzTV.Core.Metadata;
|
|
|
|
public static class FakeLibraryId
|
|
{
|
|
public const int PlexCollections = -1;
|
|
public const int JellyfinCollections = -2;
|
|
public const int EmbyCollections = -3;
|
|
|
|
public const int PlexNetworks = -10;
|
|
}
|