diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 7db1b9b..5c637a1 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -84,6 +84,12 @@ use_max_tag = true prefix = "v" exclude_regex = "^.*(rc).*$" +[jellyfin] +source = "github" +github = "jellyfin/jellyfin" +use_max_tag = true +prefix = "v" + [llhttp] source = "github" github = "nodejs/llhttp"