mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Applied Suggested Changes
This commit is contained in:
parent
4271f7b5ad
commit
136a4abbd3
@ -139,8 +139,8 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.TV
|
||||
|
||||
for (int i = 1; i < result.Count; i++)
|
||||
{
|
||||
name.Append(" / " + result[i].Name);
|
||||
overview.Append(" / " + result[i].Overview);
|
||||
name.Append(" / ").Append(result[i].Name);
|
||||
overview.Append(" / ").Append(result[i].Overview);
|
||||
}
|
||||
|
||||
episodeResult.Name = name.ToString();
|
||||
|
Loading…
Reference in New Issue
Block a user