Skip to content

Commit 61e3545

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ad2bdef + 10a1f12 commit 61e3545

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
格式参考[这个文件](/app/src/main/java/io/legado/app/data/entities/BookSource.kt)
1818

1919
```
20-
URL = http://127.0.0.1:1234/saveSource
20+
URL = http://127.0.0.1:1234/saveBookSource
2121
Method = POST
2222
```
2323

app/src/main/java/io/legado/app/service/BaseReadAloudService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ abstract class BaseReadAloudService : BaseService(),
204204
@CallSuper
205205
open fun resumeReadAloud() {
206206
pause = false
207+
upNotification()
207208
upMediaSessionPlaybackState(PlaybackStateCompat.STATE_PLAYING)
208209
postEvent(EventBus.ALOUD_STATE, Status.PLAY)
209210
}

0 commit comments

Comments
 (0)