We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ea6b2 commit 803b92aCopy full SHA for 803b92a
1 file changed
connect/src/spirc.rs
@@ -1275,7 +1275,8 @@ impl SpircTask {
1275
last.position_as_of_timestamp
1276
};
1277
1278
- let position_delta = (state.position_as_of_timestamp as i64 - expected_position as i64).abs();
+ let position_delta =
1279
+ (state.position_as_of_timestamp as i64 - expected_position as i64).abs();
1280
if position_delta > 5000 {
1281
PlayerUpdateReason::SeekChanged
1282
} else {
0 commit comments