Skip to content

Commit 3fa81fa

Browse files
Resolve CI errors related to extractor and ktlint
1 parent 38072a2 commit 3fa81fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/PlayerService.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ class PlayerService : MediaBrowserServiceCompat() {
148148
// a (dummy) foreground notification, otherwise we'd incur in
149149
// "Context.startForegroundService() did not then call Service.startForeground()". Then
150150
// we stop the service again.
151-
Log.d(TAG, "onStartCommand() got a useless intent, closing the service");
152-
NotificationUtil.startForegroundWithDummyNotification(this);
151+
Log.d(TAG, "onStartCommand() got a useless intent, closing the service")
152+
NotificationUtil.startForegroundWithDummyNotification(this)
153153
return START_NOT_STICKY
154154
}
155155

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
5858
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
5959
# If there’s already a git hash, just add more of it to the end (or remove a letter)
6060
# to cause jitpack to regenerate the artifact.
61-
teamnewpipe-newpipe-extractor = "0023b22095a2d62a60cdfc87f4b5cd85c8b266c3"
61+
teamnewpipe-newpipe-extractor = "0023b22095a2d62a60cdfc87f4b5cd85c8b266c"
6262
webkit = "1.9.0"
6363
work = "2.10.0"
6464

0 commit comments

Comments
 (0)