This commit is contained in:
Steven Hildreth 2019-09-29 20:53:13 -05:00
parent 0c34eae6cf
commit 497c1de461
2 changed files with 2 additions and 2 deletions

View file

@ -152,7 +152,7 @@ namespace Roadie.Library.Configuration
};
DefaultTimeZone = "US / Central";
DontDoMetaDataProvidersSearchArtists = new List<string> { "Various Artists", "Sound Tracks" };
FileExtensionsToDelete = new List<string> { ".accurip", ".bmp", ".cue", ".dat", ".db", ".exe", ".htm", ".html", ".ini", ".log", ".jpg", ".jpeg", ".par", ".par2", ".pdf", ".png", ".md5", ".mht", ".mpg", ".m3u", ".nfo", ".nzb", ".pls", ".sfv", ".srr", ".txt", ".url" };
FileExtensionsToDelete = new List<string> { ".accurip", ".bmp", ".cue", ".dat", ".db", ".exe", ".gif", ".htm", ".html", ".ini", ".log", ".jpg", ".jpeg", ".par", ".par2", ".pdf", ".png", ".md5", ".mht", ".mpg", ".m3u", ".nfo", ".nzb", ".pls", ".sfv", ".srr", ".txt", ".url" };
InboundFolder = "M:/inbound";
LargeImageSize = new ImageSize { Width = 500, Height = 500 };
LibraryFolder = "M:/library";

View file

@ -37,7 +37,7 @@ namespace Roadie.Api.Services
{
UserCount = DbContext.Users.Count(),
CollectionCount = DbContext.Collections.Count(),
PlayedCount = DbContext.Playlists.Count(),
PlaylistCount = DbContext.Playlists.Count(),
ArtistCount = DbContext.Artists.Count(),
LabelCount = DbContext.Labels.Count(),
ReleaseCount = DbContext.Releases.Count(),