mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix indentation
This commit is contained in:
parent
c1f79000c7
commit
e9e346b5ed
2 changed files with 4 additions and 1 deletions
|
@ -26,3 +26,6 @@ indent_size = 2
|
||||||
|
|
||||||
[resources/settings.xml]
|
[resources/settings.xml]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[jellyfin_kodi/objects/obj_map.json]
|
||||||
|
indent_style = tab
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"UniqueId": "ProviderIds/Imdb",
|
"UniqueId": "ProviderIds/Imdb",
|
||||||
"Rating": "CommunityRating",
|
"Rating": "CommunityRating",
|
||||||
"Year": "ProductionYear",
|
"Year": "ProductionYear",
|
||||||
"Premiere": "PremiereDate,ProductionYear",
|
"Premiere": "PremiereDate,ProductionYear",
|
||||||
"Votes": "VoteCount",
|
"Votes": "VoteCount",
|
||||||
"Plot": "Overview",
|
"Plot": "Overview",
|
||||||
"ShortPlot": "ShortOverview",
|
"ShortPlot": "ShortOverview",
|
||||||
|
|
Loading…
Reference in a new issue