mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-27 10:30:32 +00:00
Begin restructing, fixed some issues related to movement
This commit is contained in:
parent
6be8213b34
commit
84b8093171
72 changed files with 16 additions and 34 deletions
11
jellyfin_kodi/objects/__init__.py
Normal file
11
jellyfin_kodi/objects/__init__.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
from movies import Movies
|
||||
from musicvideos import MusicVideos
|
||||
from tvshows import TVShows
|
||||
from music import Music
|
||||
from obj import Objects
|
||||
from actions import Actions
|
||||
from actions import PlaylistWorker
|
||||
from actions import on_play, on_update, special_listener
|
||||
import utils
|
||||
|
||||
Objects().mapping()
|
Loading…
Add table
Add a link
Reference in a new issue