Fix video audio not looping.
This commit is contained in:
@@ -397,6 +397,7 @@ namespace MF
|
||||
// Loop
|
||||
playerMF.Time.Ticks %= player.Duration.Ticks;
|
||||
playerMF.Seek = 1;
|
||||
player.PlayAudio();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user