This commit is contained in:
Luke Pulverenti 2017-08-29 13:07:04 -04:00
parent 234c51ea9a
commit b5f14258e0
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ namespace MediaBrowser.Providers.Omdb
}
}
var url = GetOmdbUrl(string.Format("i={0}&plot=full&tomatoes=true&r=json", imdbParam), cancellationToken);
var url = GetOmdbUrl(string.Format("i={0}&plot=short&tomatoes=true&r=json", imdbParam), cancellationToken);
using (var stream = await GetOmdbResponse(_httpClient, url, cancellationToken).ConfigureAwait(false))
{

View File

@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("3.2.30.1")]
[assembly: AssemblyVersion("3.2.30.2")]