mirror of
https://onedev.site.tesses.net/tytd2025
synced 2026-02-08 09:45:44 +00:00
Make subscriptions quicker
This commit is contained in:
@@ -964,7 +964,7 @@ class TYTD.Downloader {
|
||||
if(notify)
|
||||
{
|
||||
this.PutVideoInfoIfNotExists(videoId);
|
||||
var res = this.GetVideo(id);
|
||||
var res = this.GetVideo(videoId);
|
||||
if(res != null)
|
||||
this.Bell.Invoke(this,{
|
||||
Video = res
|
||||
@@ -972,7 +972,7 @@ class TYTD.Downloader {
|
||||
}
|
||||
if(downloadRes != Resolution.NoDownload)
|
||||
{
|
||||
this.DownloadVideo(id,downloadRes);
|
||||
this.DownloadVideo(videoId,downloadRes);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user