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",