mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
add tv suggestions
This commit is contained in:
@@ -1081,6 +1081,15 @@ namespace MediaBrowser.Model.Dto
|
||||
get { return StringHelper.EqualsIgnoreCase(Type, "Studio"); }
|
||||
}
|
||||
|
||||
[IgnoreDataMember]
|
||||
public bool SupportsSimilarItems
|
||||
{
|
||||
get
|
||||
{
|
||||
return IsType("Movie") || IsType("Series") || IsType("MusicAlbum") || IsType("MusicArtist") || IsType("Program") || IsType("Recording") || IsType("ChannelVideoItem") || IsType("Game");
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [property changed].
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user