Skip to content

Commit

Permalink
Updated plex.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Feb 28, 2015
1 parent 7452433 commit 3ea5127
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3ea5127

Please sign in to comment.