Skip to content

Commit

Permalink
fixup! Try to figure section automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 26, 2024
1 parent 134f45f commit 9d10cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/plex/PlexPlaylist.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
if TYPE_CHECKING:
from plexapi.playlist import Playlist
from plexapi.server import PlexServer
from plextraktsync.plex.PlexApi import PlexApi

from plextraktsync.plex.PlexApi import PlexApi
from plextraktsync.plex.types import PlexMedia


Expand Down
1 change: 1 addition & 0 deletions plextraktsync/plex/PlexPlaylistCollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

if TYPE_CHECKING:
from plexapi.library import LibrarySection

from plextraktsync.plex.PlexApi import PlexApi


Expand Down

0 comments on commit 9d10cc1

Please sign in to comment.