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
commit 3fad5eb069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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