Remove unused import

This commit is contained in:
the1812 2019-07-23 12:07:23 +08:00
parent 1f7279e22e
commit ab1b077336

View File

@ -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