mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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))
|
if (string.IsNullOrEmpty(orgPn))
|
||||||
{
|
{
|
||||||
contentFeatureList.Add(orgOp.TrimStart(';') + orgCi + dlnaflags);
|
contentFeatureList.Add(orgOp.TrimStart(';') + orgCi + dlnaflags);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user