Uh oh!
There was an error while loading. Please reload this page.
mp3 preview provider disabled - #13798
Conversation
8656754 to
bd6805bComparekesselb
commented
Oct 13, 2025
/backport to stable32 |
kesselb
commented
Oct 13, 2025
/backport to stable31 |
susnux
left a comment
There was a problem hiding this comment.
need backports of the corresponding sections to 32 and 31
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
bd6805b to
e61af0bCompareUh oh!
There was an error while loading. Please reload this page.
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/13798/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick e61af0b4
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/13798/stable31Error: Failed to check for changes with origin/stable31: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/13798/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick e61af0b4
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/13798/stable32Error: Failed to check for changes with origin/stable32: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
☑️ Resolves
🖼️ Screenshots