mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
add new notification features
This commit is contained in:
@@ -236,6 +236,10 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
return DontFetchMeta;
|
||||
}
|
||||
set
|
||||
{
|
||||
DontFetchMeta = value;
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsUnidentified { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user