Make private Emby.Naming.Video.StackResolver.StackMetadata sealed to silence compiler warning (#14764)

This commit is contained in:
Bond-009
2025-09-11 10:18:47 +02:00
committed by GitHub
+1 -1
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)
{