Merge remote-tracking branch 'origin/master'

This commit is contained in:
kunfei 2023-07-09 13:27:59 +08:00
commit 61e3545af0
2 changed files with 2 additions and 1 deletions

2
api.md
View File

@ -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
```

View File

@ -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)
}