mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-28 23:50:59 +03:00
Improved UX in share dialog and video info dialog
This commit is contained in:
@@ -353,7 +353,7 @@ export class PlayerComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||
uid: this.playlist_id ? this.playlist_id : this.uid,
|
||||
sharing_enabled: this.playlist_id ? this.db_playlist.sharingEnabled : this.db_file.sharingEnabled,
|
||||
is_playlist: !!this.playlist_id,
|
||||
uuid: this.postsService.isLoggedIn ? this.postsService.user.uid : null,
|
||||
uuid: this.postsService.isLoggedIn ? this.postsService.user.uid : this.uuid,
|
||||
current_timestamp: this.api.time.current
|
||||
},
|
||||
width: '60vw'
|
||||
|
||||
Reference in New Issue
Block a user