fix loading of tv show page

This commit is contained in:
lukas 2022-01-14 20:33:29 +01:00
parent 12dc8427aa
commit 43091ff7ed

View File

@ -103,5 +103,5 @@ export enum APINode {
Tags = 'tags',
Actor = 'actor',
Video = 'video',
TVShow = 'tvshow'
TVShow = 'tv'
}