From e9e346b5ed50c3713f3d4fc21fad14a14e7c6595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sat, 29 Oct 2022 23:23:07 +0200 Subject: [PATCH] Fix indentation --- .editorconfig | 3 +++ jellyfin_kodi/objects/obj_map.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ea78396a..5542b65a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,3 +26,6 @@ indent_size = 2 [resources/settings.xml] indent_style = tab + +[jellyfin_kodi/objects/obj_map.json] +indent_style = tab diff --git a/jellyfin_kodi/objects/obj_map.json b/jellyfin_kodi/objects/obj_map.json index 6d530df7..e503bf69 100644 --- a/jellyfin_kodi/objects/obj_map.json +++ b/jellyfin_kodi/objects/obj_map.json @@ -13,7 +13,7 @@ "UniqueId": "ProviderIds/Imdb", "Rating": "CommunityRating", "Year": "ProductionYear", - "Premiere": "PremiereDate,ProductionYear", + "Premiere": "PremiereDate,ProductionYear", "Votes": "VoteCount", "Plot": "Overview", "ShortPlot": "ShortOverview",