Blacker.MangaScraper.Library.LibraryManager.GetDownloads C# (CSharp) Method

GetDownloads() public method

public GetDownloads ( ) : IEnumerable
return IEnumerable
        public IEnumerable<DownloadedChapterInfo> GetDownloads()
        {
            return _storage.GetChaptersInfo();
        }

Same methods

LibraryManager::GetDownloads ( System.DateTime newerThen ) : IEnumerable
LibraryManager::GetDownloads ( string search ) : IEnumerable