diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/Book.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Book.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/MediaBrowser.Controller/Entities/Book.cs b/MediaBrowser.Controller/Entities/Book.cs index 298941378..28ccf687c 100644 --- a/MediaBrowser.Controller/Entities/Book.cs +++ b/MediaBrowser.Controller/Entities/Book.cs @@ -29,25 +29,6 @@ namespace MediaBrowser.Controller.Entities /// <value>The preferred metadata country code.</value> public string PreferredMetadataCountryCode { get; set; } - /// <summary> - /// - /// </summary> - public override string MetaLocation - { - get - { - return System.IO.Path.GetDirectoryName(Path); - } - } - - protected override bool UseParentPathToCreateResolveArgs - { - get - { - return !IsInMixedFolder; - } - } - public Book() { Tags = new List<string>(); |
