File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe/player Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 "
6262webkit = " 1.9.0"
6363work = " 2.10.0"
6464
You can’t perform that action at this time.
0 commit comments