mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Remove redundant 'else' keywords
This commit is contained in:
@@ -78,7 +78,8 @@ namespace Emby.Server.Implementations.Library.Resolvers
|
||||
Set3DFormat(videoTmp);
|
||||
return videoTmp;
|
||||
}
|
||||
else if (IsBluRayDirectory(filename))
|
||||
|
||||
if (IsBluRayDirectory(filename))
|
||||
{
|
||||
var videoTmp = new TVideoType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user