Skip to content

Commit 8bcd7fd

Browse files
authored
chore: remove stale "Waiting for mediasource …" toast (#632)
1 parent f144d03 commit 8bcd7fd

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

po/tsukimi.pot

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,6 @@ msgstr ""
435435
msgid "Are you sure you wish to reset all metadata?"
436436
msgstr ""
437437

438-
#: src/ui/widgets/tu_list_item.rs:511
439-
msgid "Waiting for mediasource ..."
440-
msgstr ""
441-
442438
#: src/ui/widgets/window.rs:304 resources/ui/window.ui:250
443439
msgid "Home"
444440
msgstr ""

src/ui/widgets/tu_list_item.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,12 +503,9 @@ impl TuListItem {
503503
#[template_callback]
504504
async fn on_play_clicked(&self) {
505505
let item = self.item();
506-
507506
if !item.can_direct_play() {
508507
return;
509508
}
510-
511-
self.toast(gettext("Waiting for mediasource ..."));
512509
item.play_video(self).await;
513510
}
514511
}

0 commit comments

Comments
 (0)