From 4819b5f27270594d89e9a02cbac31e07c6193a46 Mon Sep 17 00:00:00 2001 From: xnappo Date: Sun, 5 Apr 2015 12:29:09 -0500 Subject: [PATCH] WebSocketClient needs Utils --- resources/lib/WebSocketClient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/WebSocketClient.py b/resources/lib/WebSocketClient.py index 248f0d90..6a4e73ae 100644 --- a/resources/lib/WebSocketClient.py +++ b/resources/lib/WebSocketClient.py @@ -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