diff options
| author | Stepan <ste.martinek+git@gmail.com> | 2020-11-01 11:19:22 +0100 |
|---|---|---|
| committer | Stepan <ste.martinek+git@gmail.com> | 2020-11-01 11:19:22 +0100 |
| commit | 60b49e67eafd356d1276f43de1a3f1f2fe52fe3f (patch) | |
| tree | a296e2c2b6b9ea9d51cbe7a12aa59da4c3596d6b /Emby.Naming/TV/EpisodeInfo.cs | |
| parent | 59619b6ea74ab555977fd213f6ee5737897b0fbd (diff) | |
Re-Sharper inspection issues
Diffstat (limited to 'Emby.Naming/TV/EpisodeInfo.cs')
| -rw-r--r-- | Emby.Naming/TV/EpisodeInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/TV/EpisodeInfo.cs b/Emby.Naming/TV/EpisodeInfo.cs index a9ee82da3..e01c81062 100644 --- a/Emby.Naming/TV/EpisodeInfo.cs +++ b/Emby.Naming/TV/EpisodeInfo.cs @@ -55,7 +55,7 @@ namespace Emby.Naming.TV public int? EpisodeNumber { get; set; } - public int? EndingEpsiodeNumber { get; set; } + public int? EndingEpisodeNumber { get; set; } public int? Year { get; set; } |
