mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-26 10:00:33 +00:00
Removed sonarqube issues tagged clumsy
This commit is contained in:
parent
da21f49928
commit
98c86304fe
9 changed files with 42 additions and 65 deletions
|
@ -337,10 +337,8 @@ class Service(xbmc.Monitor):
|
|||
if self.library_thread is not None:
|
||||
self.library_thread.fast_sync()
|
||||
|
||||
elif method == 'UserConfigurationUpdated':
|
||||
|
||||
if data.get('ServerId') is None:
|
||||
Views().get_views()
|
||||
elif method == 'UserConfigurationUpdated' and data.get('ServerId') is None:
|
||||
Views().get_views()
|
||||
|
||||
def onSettingsChanged(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue