jellyfin-kodi/resources/lib/objects/__init__.py

13 lines
302 B
Python
Raw Normal View History

2019-01-25 10:30:43 +00:00
version = "171076029"
2018-09-06 08:36:32 +00:00
2016-10-10 08:19:00 +00:00
from movies import Movies
from musicvideos import MusicVideos
from tvshows import TVShows
from music import Music
2018-09-06 08:36:32 +00:00
from obj import Objects
from actions import Actions
from actions import PlaylistWorker
from actions import on_play, on_update, special_listener
Objects().mapping()