mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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++)
|
for (int i = 1; i < result.Count; i++)
|
||||||
{
|
{
|
||||||
name.Append(" / " + result[i].Name);
|
name.Append(" / ").Append(result[i].Name);
|
||||||
overview.Append(" / " + result[i].Overview);
|
overview.Append(" / ").Append(result[i].Overview);
|
||||||
}
|
}
|
||||||
|
|
||||||
episodeResult.Name = name.ToString();
|
episodeResult.Name = name.ToString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user