diff --git a/components/ItemGrid/ItemGrid.bs b/components/ItemGrid/ItemGrid.bs index 2b5875d9c..8aba4e330 100644 --- a/components/ItemGrid/ItemGrid.bs +++ b/components/ItemGrid/ItemGrid.bs @@ -302,7 +302,7 @@ sub setTvShowsOptions(options) { "Title": tr("TITLE"), "Name": "SortName" }, { "Title": tr("IMDB_RATING"), "Name": "CommunityRating" }, { "Title": tr("DATE_ADDED"), "Name": "DateCreated" }, - { "Title": tr("DATE_PLAYED"), "Name": "DatePlayed" }, + { "Title": tr("DATE_PLAYED"), "Name": "SeriesDatePlayed" }, { "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating" }, { "Title": tr("RELEASE_DATE"), "Name": "PremiereDate" }, { "Title": tr("Random"), "Name": "Random" },