diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-11-01 16:42:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-01 16:42:47 +0100 |
| commit | 92abc202a4cf66e98f01d56a56304e60c474bd38 (patch) | |
| tree | 0086d86754e9332d8c0cf0de7d7f62997feaeaee | |
| parent | 43f51b2d90c7dd02e4f7cbdf41d89b5db3f8ccb9 (diff) | |
Style fix
| -rw-r--r-- | MediaBrowser.Providers/TV/DummySeasonProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/TV/DummySeasonProvider.cs b/MediaBrowser.Providers/TV/DummySeasonProvider.cs index 30f99cd8b..4a6676cb9 100644 --- a/MediaBrowser.Providers/TV/DummySeasonProvider.cs +++ b/MediaBrowser.Providers/TV/DummySeasonProvider.cs @@ -130,7 +130,7 @@ namespace MediaBrowser.Providers.TV string seasonName; if (seasonNumber == null) { - seasonName =_localization.GetLocalizedString("NameSeasonUnknown"); + seasonName = _localization.GetLocalizedString("NameSeasonUnknown"); } else if (seasonNumber == 0) { |
