mirror of
https://github.com/sphildreth/roadie
synced 2025-02-16 21:18:26 +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";
|
DefaultTimeZone = "US / Central";
|
||||||
DontDoMetaDataProvidersSearchArtists = new List<string> { "Various Artists", "Sound Tracks" };
|
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";
|
InboundFolder = "M:/inbound";
|
||||||
LargeImageSize = new ImageSize { Width = 500, Height = 500 };
|
LargeImageSize = new ImageSize { Width = 500, Height = 500 };
|
||||||
LibraryFolder = "M:/library";
|
LibraryFolder = "M:/library";
|
||||||
|
|
|
@ -37,7 +37,7 @@ namespace Roadie.Api.Services
|
||||||
{
|
{
|
||||||
UserCount = DbContext.Users.Count(),
|
UserCount = DbContext.Users.Count(),
|
||||||
CollectionCount = DbContext.Collections.Count(),
|
CollectionCount = DbContext.Collections.Count(),
|
||||||
PlayedCount = DbContext.Playlists.Count(),
|
PlaylistCount = DbContext.Playlists.Count(),
|
||||||
ArtistCount = DbContext.Artists.Count(),
|
ArtistCount = DbContext.Artists.Count(),
|
||||||
LabelCount = DbContext.Labels.Count(),
|
LabelCount = DbContext.Labels.Count(),
|
||||||
ReleaseCount = DbContext.Releases.Count(),
|
ReleaseCount = DbContext.Releases.Count(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue