From 0fb94ea99f2472bd50daef2af57fc5ad54df93ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sun, 7 Apr 2024 17:40:14 +0200 Subject: [PATCH] chore(deps): Use latest version of kall MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- lib/nrk.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/nrk.ts b/lib/nrk.ts index 09100ae..a2f0520 100644 --- a/lib/nrk.ts +++ b/lib/nrk.ts @@ -1,5 +1,4 @@ -// FIXME: Remember to replace this with actual version -import { get, STATUS_CODE } from "../../kall/mod.ts"; +import { get, STATUS_CODE } from "https://deno.land/x/kall@v2.0.0/mod.ts"; import { components as searchComponents } from "./nrk-search.ts"; import { components as catalogComponents } from "./nrk-catalog.ts"; import { external as playbackComponents } from "./nrk-playback.ts";