This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
style: fix return statement indentation in StreamInfo.cs
sususu98
7 months ago
parent
d5402718b7
commit
aebabb1580
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
MediaBrowser.Model/Dlna/StreamInfo.cs
+ 1
- 1
MediaBrowser.Model/Dlna/StreamInfo.cs
View File
@@ -1283,7 +1283,7 @@ public class StreamInfo
}
}
}
}
-
return info;
+ return info;
}
}
/// <summary>
/// <summary>