mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
f0ed19c2fe
* Add PlayedUnplayedMixin * Deprecate Video isPlayed, markWatched, and markUnwatched * Rename all deprecated methods * Return self to enable method chaining * Update tests for audio markPlayed / markUnplayed using history * Remove duplicate video history tests
9 lines
136 B
Python
9 lines
136 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
def test_refresh_section(tvshows):
|
|
tvshows.refresh()
|
|
|
|
|
|
def test_refresh_video(movie):
|
|
movie.refresh()
|