mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
ReSharper conform to 'var' settings
This commit is contained in:
@@ -122,7 +122,7 @@ namespace UniversalDetector.Core
|
||||
}
|
||||
}
|
||||
|
||||
ProbingState st = ProbingState.NotMe;
|
||||
var st = ProbingState.NotMe;
|
||||
|
||||
for (int i = 0; i < probers.Length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user