mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-08 16:13:18 +00:00
Correct logic errors introduced in 00765c0a, fix flake8 except F841
This commit is contained in:
parent
49cfb6cb51
commit
d28c9a3ac8
34 changed files with 42 additions and 69 deletions
|
|
@ -12,7 +12,7 @@ import xbmcvfs
|
|||
|
||||
import queries as QU
|
||||
import queries_texture as QUTEX
|
||||
from helper import window, settings
|
||||
from helper import settings
|
||||
import requests
|
||||
|
||||
##################################################################################################
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
import logging
|
||||
|
||||
import xbmc
|
||||
|
||||
import artwork
|
||||
import queries as QU
|
||||
from helper import values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue