diff --git a/components/ItemGrid/ItemGrid.bs b/components/ItemGrid/ItemGrid.bs
index 8aba4e330..abc83724c 100644
--- a/components/ItemGrid/ItemGrid.bs
+++ b/components/ItemGrid/ItemGrid.bs
@@ -300,12 +300,13 @@ sub setTvShowsOptions(options)
]
options.sort = [
{ "Title": tr("TITLE"), "Name": "SortName" },
+ { "Title": tr("Random"), "Name": "Random" },
{ "Title": tr("IMDB_RATING"), "Name": "CommunityRating" },
- { "Title": tr("DATE_ADDED"), "Name": "DateCreated" },
+ { "Title": tr("DATE_SHOW_ADDED"), "Name": "DateCreated" },
+ { "Title": tr("DATE_EPISODE_ADDED"), "Name": "DateLastContentAdded" }
{ "Title": tr("DATE_PLAYED"), "Name": "SeriesDatePlayed" },
{ "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating" },
{ "Title": tr("RELEASE_DATE"), "Name": "PremiereDate" },
- { "Title": tr("Random"), "Name": "Random" },
]
options.filter = [
{ "Title": tr("All"), "Name": "All" },
diff --git a/locale/en_US/translations.ts b/locale/en_US/translations.ts
index fc54b2eab..9779f77da 100644
--- a/locale/en_US/translations.ts
+++ b/locale/en_US/translations.ts
@@ -228,7 +228,7 @@
- IMDb Rating
+ Community Rating
@@ -1401,5 +1401,15 @@
CH
Abbreviation for Channel
+
+
+ Date Episode Added
+ TV Show library sort option
+
+
+
+ Date Show Added
+ TV Show library sort option
+
\ No newline at end of file