We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f144d03 commit 8bcd7fdCopy full SHA for 8bcd7fd
2 files changed
po/tsukimi.pot
@@ -435,10 +435,6 @@ msgstr ""
435
msgid "Are you sure you wish to reset all metadata?"
436
msgstr ""
437
438
-#: src/ui/widgets/tu_list_item.rs:511
439
-msgid "Waiting for mediasource ..."
440
-msgstr ""
441
-
442
#: src/ui/widgets/window.rs:304 resources/ui/window.ui:250
443
msgid "Home"
444
src/ui/widgets/tu_list_item.rs
@@ -503,12 +503,9 @@ impl TuListItem {
503
#[template_callback]
504
async fn on_play_clicked(&self) {
505
let item = self.item();
506
507
if !item.can_direct_play() {
508
return;
509
}
510
511
- self.toast(gettext("Waiting for mediasource ..."));
512
item.play_video(self).await;
513
514
0 commit comments