mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-15 11:33:18 +00:00
Fix typos
Found via `codespell -S resources`
This commit is contained in:
parent
7b1768f654
commit
1f48b62a93
6 changed files with 13 additions and 13 deletions
|
|
@ -94,7 +94,7 @@ class ConnectionManager(object):
|
|||
LOG.info("Failed to login as `"+username+"`")
|
||||
return {}
|
||||
|
||||
LOG.info("Succesfully logged in as %s" % (username))
|
||||
LOG.info("Successfully logged in as %s" % (username))
|
||||
# TODO Change when moving to database storage of server details
|
||||
credentials = self.credentials.get()
|
||||
|
||||
|
|
@ -267,7 +267,7 @@ class ConnectionManager(object):
|
|||
|
||||
return servers
|
||||
|
||||
# TODO: Make IPv6 compatable
|
||||
# TODO: Make IPv6 compatible
|
||||
def _convert_endpoint_address_to_manual_address(self, info):
|
||||
|
||||
if info.get('Address') and info.get('EndpointAddress'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue