mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
WebSocketClient needs Utils
This commit is contained in:
parent
26ed996732
commit
4819b5f272
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ from ClientInformation import ClientInformation
|
|||
from DownloadUtils import DownloadUtils
|
||||
from PlaybackUtils import PlaybackUtils
|
||||
from LibrarySync import LibrarySync
|
||||
import Utils as utils
|
||||
|
||||
_MODE_BASICPLAY=12
|
||||
|
||||
|
|
Loading…
Reference in a new issue