mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix google+
This commit is contained in:
parent
b49cd1b146
commit
681fc717c3
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ var Getters = {
|
|||
|
||||
if (format in videos) {
|
||||
direct[key] = {
|
||||
url: videos[format],
|
||||
url: videos[format].link,
|
||||
contentType: CONTENT_TYPES[format]
|
||||
};
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue