remove unused files and fix some future warnings

This commit is contained in:
dkanada
2020-03-09 23:05:03 +09:00
parent bf34105af3
commit 52fde64f10
33 changed files with 73 additions and 125 deletions

View File

@@ -64,7 +64,7 @@ namespace MediaBrowser.Controller.Channels
/// </summary>
/// <param name="type">The type.</param>
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task{DynamicImageInfo}.</returns>
/// <returns>Task{DynamicImageResponse}.</returns>
Task<DynamicImageResponse> GetChannelImage(ImageType type, CancellationToken cancellationToken);
/// <summary>