mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Remember to import new audio class in libary.py
This commit is contained in:
parent
3ca226e897
commit
9896965efa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
PlexLibrary
|
||||
"""
|
||||
from plexapi import video, utils
|
||||
from plexapi import video, audio, utils
|
||||
from plexapi.exceptions import NotFound
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue