mirror of https://github.com/jellyfin/jellyfin
Make private Emby.Naming.Video.StackResolver.StackMetadata sealed to silence compiler warning
This commit is contained in:
parent
1fa63b797b
commit
cbb569a277
|
|
@ -132,7 +132,7 @@ namespace Emby.Naming.Video
|
|||
}
|
||||
}
|
||||
|
||||
private class StackMetadata
|
||||
private sealed class StackMetadata
|
||||
{
|
||||
public StackMetadata(bool isDirectory, bool isNumerical, string partType)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue