Skip to content

Commit

Permalink
reame updates
Browse files Browse the repository at this point in the history
  • Loading branch information
XilinJia committed Aug 5, 2024
1 parent aa585b2 commit 87af1a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ An open source podcast instrument, attuned to Puccini ![Puccini](./images/Puccin

F-Droid [<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="60">](https://f-droid.org/packages/ac.mdiq.podcini.R/)
height="40">](https://f-droid.org/packages/ac.mdiq.podcini.R/)
Or IzzyOnDroid [<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on IzzyOnDroid"
height="60">](https://apt.izzysoft.de/fdroid/index/apk/ac.mdiq.podcini.R)
height="40">](https://apt.izzysoft.de/fdroid/index/apk/ac.mdiq.podcini.R)
Or download the latest APK from the [Releases Section](https://github.com/XilinJia/Podcini/releases/latest).

## Announcement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class PlaybackService : MediaSessionService() {
private val mediaPlayerCallback: MediaPlayerCallback = object : MediaPlayerCallback {
override fun statusChanged(newInfo: MediaPlayerInfo?) {
currentMediaType = mPlayer?.mediaType ?: MediaType.UNKNOWN
Logd(TAG, "statusChanged called ${newInfo?.playerStatus}")
Log.d(TAG, "statusChanged called ${newInfo?.playerStatus}")
if (newInfo != null) {
when (newInfo.playerStatus) {
PlayerStatus.INITIALIZED ->
Expand Down

0 comments on commit 87af1a1

Please sign in to comment.