mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 21:08:27 +00:00
import library Hub class
This commit is contained in:
parent
fc28d7210f
commit
9b84b0deae
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from plexapi.base import PlexObject
|
|||
from plexapi.exceptions import BadRequest, NotFound
|
||||
from plexapi.client import PlexClient
|
||||
from plexapi.compat import ElementTree
|
||||
from plexapi.library import LibrarySection
|
||||
from plexapi.library import LibrarySection, Hub
|
||||
from plexapi.server import PlexServer
|
||||
from plexapi.sync import SyncList, SyncItem
|
||||
from plexapi.utils import joinArgs
|
||||
|
|
Loading…
Add table
Reference in a new issue