fix: Reuse Viewer's slideshow feature - #3826
Conversation
e3e4153 to
0de2488
Compare
|
/backport to stable35 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Instead of reimplementing it. This fix displaying videos in slideshows. Signed-off-by: Louis Chmn <louis@chmn.me>
0de2488 to
3fc145b
Compare
|
CI fialure unrelated |
|
The backport to # Switch to the target branch and update it
git checkout stable35
git pull origin stable35
# Create the new backport branch
git checkout -b backport/3826/stable35
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 3fc145b0
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/3826/stable35Error: Failed to clone repository: Failed to create working tree: error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401 Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable35 |
|
The backport to # Switch to the target branch and update it
git checkout stable35
git pull origin stable35
# Create the new backport branch
git checkout -b backport/3826/stable35
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 3fc145b0
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/3826/stable35Error: Failed to clone repository: Failed to create working tree: error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401 Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Instead of reimplementing it. This fix displaying videos in slideshows.
🤖 AI (if applicable)