Make private Emby.Naming.Video.StackResolver.StackMetadata sealed to silence compiler warning

This commit is contained in:
Varoon Pazhyanur
2025-09-08 21:20:12 -04:00
parent 1fa63b797b
commit cbb569a277

View File

@@ -132,7 +132,7 @@ namespace Emby.Naming.Video
} }
} }
private class StackMetadata private sealed class StackMetadata
{ {
public StackMetadata(bool isDirectory, bool isNumerical, string partType) public StackMetadata(bool isDirectory, bool isNumerical, string partType)
{ {