mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-01-06 05:50:31 -06:00
player title clipping fix
This commit is contained in:
@@ -70,6 +70,8 @@ public class VideoTrack extends MediaTrack {
|
||||
result = 1;
|
||||
}
|
||||
}
|
||||
} else if (heightLessOrEquals(track2.format.height, format.height)) {
|
||||
result = 1;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user