mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -04:00
添加检索
This commit is contained in:
parent
34237746e9
commit
7eec848ff6
@ -183,7 +183,6 @@ public class Utils {
|
||||
@Override
|
||||
public void run() {
|
||||
String rsptxt = okhttpSend(finalUrl,json);
|
||||
Log.d("Report", "run: " + rsptxt);
|
||||
}
|
||||
}).start();
|
||||
}
|
||||
|
@ -340,7 +340,6 @@ public class VlcPlayerActivity extends BaseActivity implements MediaPlayer.Event
|
||||
private Runnable mUpdateSeekBar = new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
Log.d(TAG, "run: 更新进度:" + currItem.PositionTicks);
|
||||
setSeekBar(currItem.PositionTicks);
|
||||
mhandler.postDelayed(mUpdateSeekBar,1000);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user