Merge pull request #8215 from TeamNewPipe/release/0.22.2

Hotfix release v0.22.2
This commit is contained in:
Stypox 2022-04-15 14:58:56 +02:00 committed by GitHub
commit 955748f00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 7 deletions

View File

@ -16,8 +16,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdk 19
targetSdk 29
versionCode 984
versionName "0.22.1"
versionCode 985
versionName "0.22.2"
multiDexEnabled true
@ -189,7 +189,7 @@ dependencies {
// name and the commit hash with the commit hash of the (pushed) commit you want to test
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.14'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:bebdc55ad42ef964a547059110573a177331cf4d'
/** Checkstyle **/
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"

View File

@ -84,7 +84,7 @@ public class DescriptionFragment extends BaseFragment {
private void setupDescription() {
final Description description = streamInfo.getDescription();
if (description == null || isEmpty(description.getContent())
|| description == Description.emptyDescription) {
|| description == Description.EMPTY_DESCRIPTION) {
binding.detailDescriptionView.setVisibility(View.GONE);
binding.detailSelectDescriptionButton.setVisibility(View.GONE);
return;

View File

@ -193,7 +193,7 @@ public class PeertubeInstanceListFragment extends Fragment {
.setNegativeButton(R.string.cancel, null)
.setPositiveButton(R.string.yes, (dialog, which) -> {
sharedPreferences.edit().remove(savedInstanceListKey).apply();
selectInstance(PeertubeInstance.defaultInstance);
selectInstance(PeertubeInstance.DEFAULT_INSTANCE);
updateInstanceList();
instanceListAdapter.notifyDataSetChanged();
})

View File

@ -132,7 +132,7 @@ public class DownloadMissionRecover extends Thread {
switch (mRecovery.getKind()) {
case 'a':
for (AudioStream audio : mExtractor.getAudioStreams()) {
if (audio.average_bitrate == mRecovery.getDesiredBitrate() && audio.getFormat() == mRecovery.getFormat()) {
if (audio.getAverageBitrate() == mRecovery.getDesiredBitrate() && audio.getFormat() == mRecovery.getFormat()) {
url = audio.getUrl();
break;
}

View File

@ -21,7 +21,7 @@ class MissionRecoveryInfo(
constructor(stream: Stream) : this(format = stream.getFormat()!!) {
when (stream) {
is AudioStream -> {
desiredBitrate = stream.average_bitrate
desiredBitrate = stream.averageBitrate
isDesired2 = false
kind = 'a'
}

View File

@ -0,0 +1 @@
Behoben, dass YouTube keinen Stream abspielte.

View File

@ -0,0 +1 @@
Fixed YouTube not playing any stream

View File

@ -0,0 +1 @@
תוקנה התקלה ש־YouTube לא מנגן אף תזרים.

View File

@ -0,0 +1 @@
Sistemato un problema nell'estrattore di YouTube che impediva di guardare qualsiasi video.

View File

@ -0,0 +1 @@
Opgelost: YouTube speelt geen stream af.

View File

@ -0,0 +1 @@
Fixade att YouTube inte spelade någon stream.

View File

@ -0,0 +1 @@
Виправлено проблему невідтворюваності трансляцій YouTube.

View File

@ -0,0 +1 @@
修复YouTube无法播放任何视频