mirror of
https://github.com/sphildreth/roadie
synced 2024-11-22 12:13:10 +00:00
Resolves #26
This commit is contained in:
parent
0c34eae6cf
commit
497c1de461
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue