mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
ReSharper conform to 'var' settings
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Emby.Naming.AudioBook
|
||||
|
||||
public AudioBookFilePathParserResult Parse(string path, bool IsDirectory)
|
||||
{
|
||||
AudioBookFilePathParserResult result = Parse(path);
|
||||
var result = Parse(path);
|
||||
return !result.Success ? new AudioBookFilePathParserResult() : result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user