mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-15 09:10:56 +03:00
Fixed build warnings
This commit is contained in:
@@ -62,7 +62,7 @@ export class SkipAdButtonComponent implements OnInit {
|
||||
|
||||
getVideoIDHashFromURL(video_id) {
|
||||
if (!video_id) return null;
|
||||
return CryptoJS.SHA256(video_id).toString(CryptoJS.enc.Hex);;
|
||||
return CryptoJS.SHA256(video_id).toString(CryptoJS.enc.Hex);
|
||||
}
|
||||
|
||||
getVideoIDFromURL(url) {
|
||||
|
||||
Reference in New Issue
Block a user