YouTube support. Closes #46

This commit is contained in:
Rafał Dzięgiel
2021-03-11 17:34:54 +01:00
parent 6dc37088cf
commit fceb8ff70a
6 changed files with 406 additions and 6 deletions

View File

@@ -318,6 +318,9 @@ class ClapperWidget extends Gtk.Grid
{
let title = mediaInfo.get_title();
if(!title)
title = this.player.customVideoTitle;
if(!title) {
const subtitle = this.player.playlistWidget.getActiveFilename();