Minor refactor to publish

This commit is contained in:
Amaury
2021-07-26 16:07:39 +02:00
parent b2b04df23b
commit 41098d09a7
3 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
import { ListenerRssAggregator } from "listener-rss-agregator";
import { ListenerRssAggregator } from "listener-rss-aggregator";
import { ListenerRss } from "listener-rss";
import { PeerTubeRequester } from "../lib/peertubeRequester";
@ -25,7 +25,7 @@ async function register({
registerSetting({
name: "ytb-urls",
label: 'URL list of Youtube channel to synchronize',
label: "URL list of Youtube channel to synchronize",
type: "input-textarea",
});