From 43091ff7edc7f1fbf3bf28a76fc9e42be1a39d68 Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 14 Jan 2022 20:33:29 +0100 Subject: [PATCH] fix loading of tv show page --- src/utils/Api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Api.ts b/src/utils/Api.ts index e0d344d..d04bcd7 100644 --- a/src/utils/Api.ts +++ b/src/utils/Api.ts @@ -103,5 +103,5 @@ export enum APINode { Tags = 'tags', Actor = 'actor', Video = 'video', - TVShow = 'tvshow' + TVShow = 'tv' }