mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
refactor: 🔥 Remove "Open In VLC"
This commit is contained in:
parent
377b52ce92
commit
7fd18cf78c
1 changed files with 0 additions and 12 deletions
|
@ -367,12 +367,6 @@ export default {
|
|||
dialogTitle: "Share video",
|
||||
});
|
||||
},
|
||||
vlc() {
|
||||
this.$youtube.showToast("Opening in VLC");
|
||||
|
||||
// redirect to vlc://url
|
||||
window.location.href = "vlc://" + this.video.availableResolutions[this.video.availableResolutions.length-1].url;
|
||||
},
|
||||
sendWatchTime() {
|
||||
const player = this.$refs.player.getPlayer();
|
||||
const rt = Math.floor(Date.now() / 1000) - this.startTime;
|
||||
|
@ -441,12 +435,6 @@ export default {
|
|||
actionName: "enqueue",
|
||||
disabled: true,
|
||||
},
|
||||
{
|
||||
name: "Open in VLC",
|
||||
icon: "mdi-traffic-cone",
|
||||
actionName: "vlc",
|
||||
disabled: false,
|
||||
},
|
||||
// {
|
||||
// name: "Quality",
|
||||
// icon: "mdi-high-definition",
|
||||
|
|
Loading…
Reference in a new issue