fix grammar

This commit is contained in:
Marcell Kovács 2023-02-07 18:02:24 +01:00
commit 0ec3741ef8
No known key found for this signature in database
10 changed files with 13 additions and 13 deletions

View file

@ -4,7 +4,7 @@ from __future__ import division, absolute_import, print_function, unicode_litera
class LazyLogger(object):
"""`helper.loghandler.getLogger()` is used everywhere.
This class helps avoiding import errors.
This class helps to avoid import errors.
"""
__logger = None
__logger_name = None

View file

@ -515,7 +515,7 @@ class PlayUtils(object):
def set_external_subs(self, source, listitem):
''' Try to download external subs locally so we can label them.
''' Try to download external subs locally, so we can label them.
Since Jellyfin returns all possible tracks together, sort them.
IsTextSubtitleStream if true, is available to download from server.
'''