mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
2
api.md
2
api.md
@@ -17,7 +17,7 @@
|
||||
格式参考[这个文件](/app/src/main/java/io/legado/app/data/entities/BookSource.kt)
|
||||
|
||||
```
|
||||
URL = http://127.0.0.1:1234/saveSource
|
||||
URL = http://127.0.0.1:1234/saveBookSource
|
||||
Method = POST
|
||||
```
|
||||
|
||||
|
||||
@@ -204,6 +204,7 @@ abstract class BaseReadAloudService : BaseService(),
|
||||
@CallSuper
|
||||
open fun resumeReadAloud() {
|
||||
pause = false
|
||||
upNotification()
|
||||
upMediaSessionPlaybackState(PlaybackStateCompat.STATE_PLAYING)
|
||||
postEvent(EventBus.ALOUD_STATE, Status.PLAY)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user