mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-03 06:46:12 +00:00
Fix editorconfig lints
This commit is contained in:
parent
ae5caa6831
commit
be8333a80c
5 changed files with 13 additions and 11 deletions
|
@ -44,7 +44,7 @@ class Objects(object):
|
|||
"?": split filters and key name from the query part, i.e. MediaSources/0?$Name
|
||||
"$": lead the key name with $. Only one key value can be requested per element.
|
||||
":": indicates it's a list of elements [], i.e. MediaSources/0/MediaStreams:?$Name
|
||||
MediaStreams is a list.
|
||||
MediaStreams is a list.
|
||||
"/": indicates where to go directly
|
||||
"""
|
||||
self.mapped_item = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue