mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-04 15:26:13 +00:00
Code reduction (#66)
This commit is contained in:
parent
64766bcb71
commit
3288d21bef
10 changed files with 3031 additions and 2935 deletions
5
resources/lib/objects/__init__.py
Normal file
5
resources/lib/objects/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Dummy file to make this directory a package.
|
||||
from movies import Movies
|
||||
from musicvideos import MusicVideos
|
||||
from tvshows import TVShows
|
||||
from music import Music
|
Loading…
Add table
Add a link
Reference in a new issue