aboutsummaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/src/add.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/src/add.rs b/tool/src/add.rs
index 06487c9..a0a3951 100644
--- a/tool/src/add.rs
+++ b/tool/src/add.rs
@@ -72,6 +72,7 @@ pub async fn add(action: Action) -> anyhow::Result<()> {
TraktKind::Movie => "movie",
TraktKind::Show => "show",
TraktKind::Season => "season",
+ TraktKind::Episode => "episode",
_ => unreachable!(),
},
trakt_object.ids.trakt.unwrap()