Update DB Schema, Change Artist Slugs, Rework SubtitleFiles to LyricFiles

This commit is contained in:
Qstick
2017-10-24 21:25:29 -04:00
parent 6718d82432
commit f1b1904e07
181 changed files with 454 additions and 7403 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using Moq;
using NUnit.Framework;
@@ -40,7 +40,7 @@ namespace NzbDrone.Core.Test.HealthCheck.Checks
{
_blockedIndexers.Add(new IndexerStatus
{
IndexerId = id,
ProviderId = id,
InitialFailure = DateTime.UtcNow.AddHours(-failureHours),
MostRecentFailure = DateTime.UtcNow.AddHours(-0.1),
EscalationLevel = 5,