diff options
Diffstat (limited to 'c/episodelistview.cpp')
-rw-r--r-- | c/episodelistview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c/episodelistview.cpp b/c/episodelistview.cpp index c278a35..d35bebb 100644 --- a/c/episodelistview.cpp +++ b/c/episodelistview.cpp @@ -324,12 +324,12 @@ void EpisodeListView::Update() wchar_t siEp[16]; LVITEM lviEpisode = {LVIF_TEXT|LVIF_PARAM}; for (int iEp = 1; iEp <= cEp; iEp++) { - extern char g_currentScreenwriter[]; + extern char g_limitScreenwriter[]; extern int g_bViewTVOriginal, g_bViewWatched; - if (g_currentScreenwriter[0] + if (g_limitScreenwriter[0] && !Pl("episode_data","episode_datum", - iEp,"Screenwriter",g_currentScreenwriter)) + iEp,"Screenwriter",g_limitScreenwriter)) continue; if (!g_bViewWatched) |