diff options
author | John Ankarström <john@ankarstrom.se> | 2022-05-28 00:55:08 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-05-28 00:55:08 +0200 |
commit | 11a330a7fc93506a44e0b14dd1ad10f7fa4a2104 (patch) | |
tree | d987b8776dae4e83b2da85ab623937d7a97e6760 /c/episodelistview.c | |
parent | b1b296dbd1b36c0033ffc8aff832e7b2ff49c5cc (diff) | |
download | EpisodeBrowser-11a330a7fc93506a44e0b14dd1ad10f7fa4a2104.tar.gz |
Add "Fetch Screenwriters" menu item.
This is a separate item from "Fetch", because it takes a lot longer.
Diffstat (limited to 'c/episodelistview.c')
-rw-r--r-- | c/episodelistview.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |