aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/AudioBook.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-09 12:05:34 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-09 12:05:34 -0500
commit85cd90d6e6bb022469cbb34248300f3164cf1775 (patch)
tree9ff2ad964132b035ebb974a37ff64b9a1e017a53 /MediaBrowser.Controller/Entities/AudioBook.cs
parent3b7b06f70b181b2d6c4ea951725050c5edb5cf86 (diff)
update video osd
Diffstat (limited to 'MediaBrowser.Controller/Entities/AudioBook.cs')
-rw-r--r--MediaBrowser.Controller/Entities/AudioBook.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/AudioBook.cs b/MediaBrowser.Controller/Entities/AudioBook.cs
index efeb9b497d..c15cae8b13 100644
--- a/MediaBrowser.Controller/Entities/AudioBook.cs
+++ b/MediaBrowser.Controller/Entities/AudioBook.cs
@@ -17,6 +17,15 @@ namespace MediaBrowser.Controller.Entities
}
[IgnoreDataMember]
+ public override bool SupportsPlayedStatus
+ {
+ get
+ {
+ return true;
+ }
+ }
+
+ [IgnoreDataMember]
public string SeriesPresentationUniqueKey { get; set; }
[IgnoreDataMember]
public string SeriesName { get; set; }