mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07: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))
|
||||
{
|
||||
contentFeatureList.Add(orgOp.TrimStart(';') + orgCi + dlnaflags);
|
||||
continue;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user