aboutsummaryrefslogtreecommitdiff
path: root/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs')
-rw-r--r--Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs
index af9c82d3f..0077a3e6e 100644
--- a/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs
+++ b/Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs
@@ -9,7 +9,7 @@ namespace Emby.XmlTv.Entities
public override string ToString()
{
- return String.Format("{0} - ({1})", Name, Type);
+ return string.Format("{0} - ({1})", Name, Type);
}
}
}