aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.cpp')
-rw-r--r--c/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/main.cpp b/c/main.cpp
index 74c99ca..14b4904 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -481,7 +481,6 @@ void HandleContextMenu(const HWND, const WORD command)
if (ID_SUBGROUP(command) == IDG_CTX_RATE) {
/* Process rate commands. */
Pl("episode_data","rate_episode",lvi.lParam,ID_RATING(command));
- g_elv->UpdateItem(lvi.iItem, lvi.lParam);
} else {
/* Process other commands. */
switch (command) {
@@ -503,9 +502,8 @@ void HandleContextMenu(const HWND, const WORD command)
Pl("track_episodes","update_tracked_episodes");
break;
- case IDM_LOOKUP:
+ case IDM_LOOKUP: /* TODO: Remove IDM_LOOKUP. */
Pl("episode_data","retract_episode",lvi.lParam);
- g_elv->UpdateItem(lvi.iItem, lvi.lParam);
g_dlv->ShowEpisode(lvi.lParam);
break;