removed test code.
This commit is contained in:
parent
962be06e58
commit
fac14cfd1e
|
@ -169,11 +169,6 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||||
|
|
||||||
foreach (var stream in infos)
|
foreach (var stream in infos)
|
||||||
{
|
{
|
||||||
if (stream.LastRefreshed == DateTime.MinValue)
|
|
||||||
{
|
|
||||||
throw new Exception("LastRefreshed still has DateTime.MinValue");
|
|
||||||
|
|
||||||
}
|
|
||||||
cancellationToken.ThrowIfCancellationRequested();
|
cancellationToken.ThrowIfCancellationRequested();
|
||||||
|
|
||||||
_saveInfoCommand.GetParameter(0).Value = id;
|
_saveInfoCommand.GetParameter(0).Value = id;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user