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
1 changed files with 1 additions and 1 deletions

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)
{