mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-05 07:46:12 +00:00
Remove __cache__
, __pcache__
and related code.
This commit is contained in:
parent
c574d7ceb3
commit
6bac723da3
8 changed files with 7 additions and 76 deletions
|
@ -17,10 +17,8 @@ import client
|
|||
import library
|
||||
import setup
|
||||
import monitor
|
||||
import requests
|
||||
from views import Views, verify_kodi_defaults
|
||||
from helper import _, window, settings, event, dialog, find, compare_version
|
||||
from downloader import get_objects
|
||||
from helper import _, window, settings, event, dialog, compare_version
|
||||
from jellyfin import Jellyfin
|
||||
from database import Database, jellyfin_db, reset
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue