mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
Earlier date
This commit is contained in:
parent
0d8069b855
commit
ce659f4dca
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def test_video_Movie_attrs_as_much_as_possible(a_movie_section):
|
|||
assert m.guid == 'com.plexapp.agents.imdb://tt0317219?lang=en'
|
||||
assert m.initpath == '/library/metadata/2'
|
||||
assert m.key == '/library/metadata/2'
|
||||
assert m.lastViewedAt > datetime(2017, 2, 1)
|
||||
assert m.lastViewedAt > datetime(2017, 1, 1)
|
||||
assert m.librarySectionID == '1'
|
||||
assert m.listType == 'video'
|
||||
# Assign 0 m.media
|
||||
|
|
Loading…
Reference in a new issue