Replace lost return statement.
This commit is contained in:
parent
0f162df41f
commit
24bbc24e16
|
@ -1019,6 +1019,8 @@ Timeline::seek_pending ( void )
|
|||
if ( t->playback_ds )
|
||||
r += t->playback_ds->buffer_percent() < 50;
|
||||
}
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue