diff --git a/Trakttv.bundle/Contents/Libraries/Shared/plex/objects/library/metadata/track.py b/Trakttv.bundle/Contents/Libraries/Shared/plex/objects/library/metadata/track.py index 494f4233b..8d380375f 100644 --- a/Trakttv.bundle/Contents/Libraries/Shared/plex/objects/library/metadata/track.py +++ b/Trakttv.bundle/Contents/Libraries/Shared/plex/objects/library/metadata/track.py @@ -13,9 +13,11 @@ class Track(Directory, Metadata, SessionMixin, ScrobbleMixin): index = Property(type=int) - duration = Property(type=int) + view_count = Property('viewCount', type=int) view_offset = Property('viewOffset', type=int) + duration = Property(type=int) + @staticmethod def construct_artist(client, node): attribute_map = {