mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -1357,6 +1357,7 @@ namespace Emby.Dlna.ContentDirectory
|
||||
internal class ServerItem
|
||||
{
|
||||
public BaseItem Item { get; set; }
|
||||
|
||||
public StubType? StubType { get; set; }
|
||||
|
||||
public ServerItem(BaseItem item)
|
||||
|
||||
Reference in New Issue
Block a user