Files
minitube/minitube-no-update-check.patch
Martin Pluskal 787fc45fe8 Accepting request 811880 from home:Kieltux:branches:multimedia:apps
- Update to version 3.4:
  * 0-9 keyboard shortcuts to navigate video
  * Left and Right arrow keyboard shortcuts to seek 10 seconds
  * New icons
  * Fixed layout bug when window is maximized on macOS
  * Fixed playback for some videos
  * Updated Polish and Japanese translations
- Run spec-cleaner
- Rebase minitube-no-update-check.patch,
  minitube-qt5-lessthan-ten.patch and
  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
- Add minitube-fix_audio_playback.patch

OBS-URL: https://build.opensuse.org/request/show/811880
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=52
2020-06-05 17:51:27 +00:00

13 lines
347 B
Diff

diff -Nur minitube-3.4/src/mainwindow.cpp new/src/mainwindow.cpp
--- minitube-3.4/src/mainwindow.cpp 2020-05-29 16:37:47.000000000 +0200
+++ new/src/mainwindow.cpp 2020-05-31 15:56:15.998171572 +0200
@@ -216,7 +216,7 @@
ChannelAggregator::instance()->start();
- checkForUpdate();
+ //checkForUpdate();
initialized = true;
}