Remove obsolete lock
This commit is contained in:
parent
ec7d4efc80
commit
d71f6e8887
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ import logging
|
|||
import requests
|
||||
import os
|
||||
from urllib import quote_plus, unquote
|
||||
from threading import Lock, Thread
|
||||
from threading import Thread
|
||||
import Queue
|
||||
|
||||
import xbmc
|
||||
|
@ -210,7 +210,6 @@ class Image_Cache_Thread(Thread):
|
|||
|
||||
|
||||
class Artwork():
|
||||
lock = Lock()
|
||||
enableTextureCache = settings('enableTextureCache') == "true"
|
||||
if enableTextureCache:
|
||||
queue = Queue.Queue()
|
||||
|
|
Loading…
Reference in a new issue