From ab1b07733636a8e4850f80b3dc1eea4e148dd224 Mon Sep 17 00:00:00 2001 From: the1812 Date: Tue, 23 Jul 2019 12:07:23 +0800 Subject: [PATCH] Remove unused import --- video/download-video/aria2-rpc.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/video/download-video/aria2-rpc.ts b/video/download-video/aria2-rpc.ts index f097399e1..edcfd9aad 100644 --- a/video/download-video/aria2-rpc.ts +++ b/video/download-video/aria2-rpc.ts @@ -1,4 +1,3 @@ -import { getFriendlyTitle } from '../title' function getOption() { const option = settings.aria2RpcOption const host = option.host.match(/^http[s]?:\/\//) ? option.host : 'http://' + option.host