Beispiel #1
0
        public void DownloadBt()
        {
            if (ShowModel != null)
            {
                Uri uri = new Uri(ShowModel.BtLink);
                _downloadService.CreateBackDownload(ShowModel.Title + ".torrent", uri);

                App.ShowNotification("已加入下载队列");
            }
            else
            {
                _logServie.Warning("BT link is not prepared");
            }
        }