mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 08:06:35 +00:00
@@ -84,7 +84,7 @@ namespace UniversalDetector.Core
|
||||
}
|
||||
else if (j != activeSM)
|
||||
{
|
||||
var t = codingSM[activeSM];
|
||||
CodingStateMachine t = codingSM[activeSM];
|
||||
codingSM[activeSM] = codingSM[j];
|
||||
codingSM[j] = t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user