diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-28 11:58:13 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-28 11:58:13 -0500 |
| commit | 28b0ff1e75a937d16e8c8cd09fb3369e0961d0d2 (patch) | |
| tree | b5b5c264b154836c858a7fc5d75aa557f1a75547 /MediaBrowser.Controller/Entities/Book.cs | |
| parent | 0a3b16dfbe06261ea6674d4efe7db2e61d391969 (diff) | |
allow custom language per item
Diffstat (limited to 'MediaBrowser.Controller/Entities/Book.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Book.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/Book.cs b/MediaBrowser.Controller/Entities/Book.cs index e4e1ab39c..298941378 100644 --- a/MediaBrowser.Controller/Entities/Book.cs +++ b/MediaBrowser.Controller/Entities/Book.cs @@ -24,6 +24,12 @@ namespace MediaBrowser.Controller.Entities public string PreferredMetadataLanguage { get; set; } /// <summary> + /// Gets or sets the preferred metadata country code. + /// </summary> + /// <value>The preferred metadata country code.</value> + public string PreferredMetadataCountryCode { get; set; } + + /// <summary> /// /// </summary> public override string MetaLocation |
