mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 08:23:28 -03:00
Remove redundant verbatim string prefixes
This commit is contained in:
@@ -159,7 +159,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
|
||||
|
||||
// Find last closing Tag
|
||||
// Need to do this in two steps to account for random > characters after the closing xml
|
||||
var index = xml.LastIndexOf(@"</", StringComparison.Ordinal);
|
||||
var index = xml.LastIndexOf("</", StringComparison.Ordinal);
|
||||
|
||||
// If closing tag exists, move to end of Tag
|
||||
if (index != -1)
|
||||
|
||||
Reference in New Issue
Block a user