You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Add source property to playlist items to support remote playlist entries (#1335)
* Add source property to Video
A Playlist entry if added a remote server item has field "source" initialized with value like `server://<server_id>/com.plexapp.plugins.library`
* Add source to Episode
* Fix flake8 error
E261 at least two spaces before inline comment
* Add source to Track
* Add source to Photo
* Rename the field to sourceURI
* Update plexapi/audio.py
Co-authored-by: JonnyWong16 <[email protected]>
* Update plexapi/photo.py
Co-authored-by: JonnyWong16 <[email protected]>
* Update plexapi/video.py
Co-authored-by: JonnyWong16 <[email protected]>
* Update plexapi/video.py
Co-authored-by: JonnyWong16 <[email protected]>
* Fix flake line length issue
---------
Co-authored-by: JonnyWong16 <[email protected]>
0 commit comments