Remove TmdbSettingsResult which came back in the rebase

This commit is contained in:
cvium 2020-09-24 20:00:44 +02:00
parent 08e1f15add
commit 34d2716ce8

View File

@ -1,9 +0,0 @@
#pragma warning disable CS1591
namespace MediaBrowser.Providers.Plugins.Tmdb.Movies
{
internal class TmdbSettingsResult
{
public TmdbImageSettings images { get; set; }
}
}