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
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
String rsptxt = okhttpSend(finalUrl,json);
|
String rsptxt = okhttpSend(finalUrl,json);
|
||||||
Log.d("Report", "run: " + rsptxt);
|
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
}
|
}
|
||||||
|
@ -340,7 +340,6 @@ public class VlcPlayerActivity extends BaseActivity implements MediaPlayer.Event
|
|||||||
private Runnable mUpdateSeekBar = new Runnable() {
|
private Runnable mUpdateSeekBar = new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
Log.d(TAG, "run: 更新进度:" + currItem.PositionTicks);
|
|
||||||
setSeekBar(currItem.PositionTicks);
|
setSeekBar(currItem.PositionTicks);
|
||||||
mhandler.postDelayed(mUpdateSeekBar,1000);
|
mhandler.postDelayed(mUpdateSeekBar,1000);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user