diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-28 13:30:47 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-28 13:30:47 -0400 |
| commit | d1e2ccdfeceeebad2b46fdd0ee3723051234dba6 (patch) | |
| tree | e3bec049e8a1858fdcdd48ae124825d04f5dc0a7 | |
| parent | 0f01e3162d5ebfb0a018991d67f50438182c775e (diff) | |
update default library name
| -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 }); } |
