mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
removed test code.
This commit is contained in:
@@ -169,11 +169,6 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
|
||||
foreach (var stream in infos)
|
||||
{
|
||||
if (stream.LastRefreshed == DateTime.MinValue)
|
||||
{
|
||||
throw new Exception("LastRefreshed still has DateTime.MinValue");
|
||||
|
||||
}
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
_saveInfoCommand.GetParameter(0).Value = id;
|
||||
|
||||
Reference in New Issue
Block a user