update built in studio images

This commit is contained in:
Luke Pulverenti
2013-12-29 21:41:22 -05:00
parent 8c34f863fb
commit 858be5d788
13 changed files with 69 additions and 51 deletions

View File

@@ -608,7 +608,7 @@ namespace MediaBrowser.Server.Implementations.Session
_logger.ErrorException("Error in SendServerShutdownNotification.", ex);
}
}));
}, cancellationToken));
return Task.WhenAll(tasks);
}
@@ -633,7 +633,7 @@ namespace MediaBrowser.Server.Implementations.Session
_logger.ErrorException("Error in SendServerRestartNotification.", ex);
}
}));
}, cancellationToken));
return Task.WhenAll(tasks);
}