mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-10-18 12:30:51 -04:00
Make private Emby.Naming.Video.StackResolver.StackMetadata sealed to silence compiler warning (#14764)
This commit is contained in:
commit
3fad5eb069
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user