From 11a330a7fc93506a44e0b14dd1ad10f7fa4a2104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 28 May 2022 00:55:08 +0200 Subject: Add "Fetch Screenwriters" menu item. This is a separate item from "Fetch", because it takes a lot longer. --- c/episodelistview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/episodelistview.c') diff --git a/c/episodelistview.c b/c/episodelistview.c index 3b23c30..42c207d 100644 --- a/c/episodelistview.c +++ b/c/episodelistview.c @@ -453,7 +453,7 @@ ElvUpdateItem(LPLVITEM lpLvi) tszName = NULL; PI(t,lpLvi->lParam) goto r; P("episode_data","episode_title",2,t) { - P("episode_data","fetch_episode_data",0,t) goto r; + P("episode_data","update_episode_data",0,t) goto r; P("episode_data","episode_title",2,t) goto r; } GAC(t+1,&szName) goto r; -- cgit v1.2.3