Various improvements #3
@@ -54,7 +54,7 @@ async function register({
 | 
			
		||||
    await addListeners(settings["ytb-urls"]);
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  myManager.on("newEntries", (entries: any) => {
 | 
			
		||||
  myManager.on("newEntries", async (entries: any) => {
 | 
			
		||||
    const datas = listenersDataBinding.get(entries.addressListener);
 | 
			
		||||
    if (!datas) return;
 | 
			
		||||
 | 
			
		||||
@@ -64,7 +64,7 @@ async function register({
 | 
			
		||||
      JSON.stringify(entries)
 | 
			
		||||
    );
 | 
			
		||||
    for (const item of entries.items)
 | 
			
		||||
      peertube.apiRequest({
 | 
			
		||||
      await peertube.uploadFromUrl({
 | 
			
		||||
        channelId: datas.channelId,
 | 
			
		||||
        targetUrl: item.link,
 | 
			
		||||
      });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user