mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
abstract preferred metadata language per item
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
public class AdultVideo : Video
|
||||
public class AdultVideo : Video, IHasPreferredMetadataLanguage
|
||||
{
|
||||
public string PreferredMetadataLanguage { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user