mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 08:51:59 +02:00
YouTube support. Closes #46
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user