Fix warning: Redundant control flow jump statement (#2149)

This commit is contained in:
KonH 2021-10-03 11:02:53 +07:00
parent e3fccd5ae6
commit d45fcdd5af
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ namespace MediaBrowser.Model.Dlna
if (string.IsNullOrEmpty(orgPn))
{
contentFeatureList.Add(orgOp.TrimStart(';') + orgCi + dlnaflags);
continue;
}
else
{