mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 19:16:32 +00: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