mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
6a2ea9a4dd
* Update with latest connect module * Update string * Change error behavior * Add connectmanager Handle dialogs for emby connect in one place * Add user select dialog * Add manual server dialog * Add onAuthenticated * Filter virtual episodes * Update userclient with new methods
6 lines
237 B
Python
6 lines
237 B
Python
# Dummy file to make this directory a package.
|
|
from serverconnect import ServerConnect
|
|
from usersconnect import UsersConnect
|
|
from loginconnect import LoginConnect
|
|
from loginmanual import LoginManual
|
|
from servermanual import ServerManual
|