mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
Convert CollectionType to use lowercase enum names
This commit is contained in:
@@ -63,7 +63,7 @@ public class AudioResolverTests
|
||||
null,
|
||||
Mock.Of<ILibraryManager>())
|
||||
{
|
||||
CollectionType = CollectionType.Books,
|
||||
CollectionType = CollectionType.books,
|
||||
FileInfo = new FileSystemMetadata
|
||||
{
|
||||
FullName = parent,
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace Jellyfin.Server.Implementations.Tests.Library
|
||||
null)
|
||||
{
|
||||
Parent = parent,
|
||||
CollectionType = CollectionType.TvShows,
|
||||
CollectionType = CollectionType.tvshows,
|
||||
FileInfo = new FileSystemMetadata
|
||||
{
|
||||
FullName = "All My Children/Season 01/Extras/All My Children S01E01 - Behind The Scenes.mkv"
|
||||
@@ -52,7 +52,7 @@ namespace Jellyfin.Server.Implementations.Tests.Library
|
||||
null)
|
||||
{
|
||||
Parent = series,
|
||||
CollectionType = CollectionType.TvShows,
|
||||
CollectionType = CollectionType.tvshows,
|
||||
FileInfo = new FileSystemMetadata
|
||||
{
|
||||
FullName = "Extras/Extras S01E01.mkv"
|
||||
|
||||
Reference in New Issue
Block a user