diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-03-29 01:03:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 01:03:18 -0400 |
| commit | 21705ae425535bcaf277ff28f2a8c341dbcb2948 (patch) | |
| tree | 1e40408a0167aa2dca47ac07b16afa26e94d18d1 /Emby.Server.Implementations | |
| parent | 28108ef92ac44665177424f2f1ffc188fcbed721 (diff) | |
| parent | 2dbe162e45269df00fb44fbe5340b72758399307 (diff) | |
Merge pull request #2552 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs index 368053b9d..0ea1b38b1 100644 --- a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs +++ b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs @@ -2575,7 +2575,7 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV list.Add(new VirtualFolderInfo { Locations = new List<string> { customPath }, - Name = "Recorded Series", + Name = "Recorded Shows", CollectionType = CollectionType.TvShows }); } |
