remove comment

This commit is contained in:
xjasonlyu
2022-05-29 14:49:44 +08:00
parent 62bfa6a6d2
commit 8a51a31826

View File

@@ -141,7 +141,6 @@ public class MovieProvider : BaseProvider, IRemoteMetadataProvider<Movie, MovieI
catch (Exception e)
{
LogError("Get Actor Image Error: {0}: {1}", name, e.Message);
// Ignore all exceptions and return empty url.
return string.Empty;
}
}