mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-19 00:04:56 +00:00
removed commented code in BackgroundPlayer
This commit is contained in:
parent
bd6cc22e63
commit
58147e9e12
@ -135,9 +135,6 @@ public class BackgroundPlayer extends Service /*implements MediaPlayer.OnPrepare
|
|||||||
//so calling the blocking prepare() method should be ok
|
//so calling the blocking prepare() method should be ok
|
||||||
mediaPlayer.prepare();
|
mediaPlayer.prepare();
|
||||||
|
|
||||||
//alternatively:
|
|
||||||
//mediaPlayer.setOnPreparedListener(this);
|
|
||||||
//mediaPlayer.prepareAsync(); //prepare async to not block main thread
|
|
||||||
} catch (IOException ioe) {
|
} catch (IOException ioe) {
|
||||||
ioe.printStackTrace();
|
ioe.printStackTrace();
|
||||||
Log.e(TAG, "video source:" + source);
|
Log.e(TAG, "video source:" + source);
|
||||||
|
Loading…
Reference in New Issue
Block a user