mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-05-04 11:59:18 -05:00
upd
This commit is contained in:
+1
-1
Submodule MediaServiceCore updated: ec9b270111...fa116663a0
+1
-1
@@ -109,7 +109,7 @@ public class StoryboardManager {
|
||||
|
||||
Size groupSize = mStoryboard.getGroupSize();
|
||||
|
||||
return mStoryboard.getGroupDurationMS() / (groupSize.getRowCount() * groupSize.getColCount());
|
||||
return mStoryboard.getGroupDurationMS() / ((long) groupSize.getRowCount() * groupSize.getColCount());
|
||||
}
|
||||
|
||||
public long[] getSeekPositions() {
|
||||
|
||||
Reference in New Issue
Block a user