mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-29 20:36:15 +00:00
fix grammar
This commit is contained in:
parent
0a7faff2b9
commit
0ec3741ef8
10 changed files with 13 additions and 13 deletions
|
@ -58,7 +58,7 @@ def get_device_name():
|
|||
|
||||
''' Detect the device name. If deviceNameOpt, then
|
||||
use the device name in the add-on settings.
|
||||
Otherwise fallback to the Kodi device name.
|
||||
Otherwise, fallback to the Kodi device name.
|
||||
'''
|
||||
if not settings('deviceNameOpt.bool'):
|
||||
device_name = xbmc.getInfoLabel('System.FriendlyName')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue