| | |
| | | get filmVideoSrc() { |
| | | if (!this.fromAccess) return ''; |
| | | return this.fromAccess === AccessFroms.FILM_1 |
| | | ? 'https://www.youtube.com/embed/zVBLW9hWD0g?autoplay=1&mute=1&controls=0&showinfo=0&loop=1&playlist=zVBLW9hWD0g' |
| | | : 'https://www.youtube.com/embed/655JnwbuRGA?autoplay=1&mute=1&controls=0&showinfo=0&loop=1&playlist=655JnwbuRGA'; |
| | | ? 'https://www.youtube.com/embed/zVBLW9hWD0g?autoplay=1&mute=1&loop=1&playlist=zVBLW9hWD0g' |
| | | : 'https://www.youtube.com/embed/655JnwbuRGA?autoplay=1&mute=1&loop=1&playlist=655JnwbuRGA'; |
| | | } |
| | | |
| | | |