1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-kodi.git synced 2025-03-17 17:08:10 +00:00
jellyfin-kodi/resources/lib/objects/__init__.py

13 lines
302 B
Python
Raw Normal View History

2018-10-15 06:40:28 -05:00
version = "171076022"
2018-09-06 03:36:32 -05:00
2016-10-10 03:19:00 -05:00
from movies import Movies
from musicvideos import MusicVideos
from tvshows import TVShows
from music import Music
2018-09-06 03:36:32 -05:00
from obj import Objects
from actions import Actions
from actions import PlaylistWorker
from actions import on_play, on_update, special_listener
Objects().mapping()