honoring formats and http headers
This commit is contained in:
@@ -120,7 +120,7 @@ App.favorites = App.favorites || {};
|
||||
if (App.videos && typeof App.videos.attachNoReferrerRetry === 'function') {
|
||||
App.videos.attachNoReferrerRetry(thumb);
|
||||
}
|
||||
card.onclick = () => App.player.open(item.url);
|
||||
card.onclick = () => App.player.open(item.meta || item);
|
||||
const favoriteBtn = card.querySelector('.favorite-btn');
|
||||
if (favoriteBtn) {
|
||||
favoriteBtn.onclick = (event) => {
|
||||
|
||||
Reference in New Issue
Block a user