Fix warning: Redundant control flow jump statement (#2149)
This commit is contained in:
parent
e3fccd5ae6
commit
d45fcdd5af
|
@ -208,7 +208,6 @@ namespace MediaBrowser.Model.Dlna
|
|||
if (string.IsNullOrEmpty(orgPn))
|
||||
{
|
||||
contentFeatureList.Add(orgOp.TrimStart(';') + orgCi + dlnaflags);
|
||||
continue;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user