Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 17, 2024
1 parent d515b12 commit 49db81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/playlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ public static function getVideosFromPlaylist($playlists_id, $getExtraInfo = true
$cacheHandlerVideo = new PlayListCacheHandler($playlists_id);
$suffixVideo = "Video{$row['id']}";
if (empty($forceRecreateCache)) {
$cacheObjVideo = $cacheHandler->getCache($suffixVideo, 0);
$cacheObjVideo = $cacheHandlerVideo->getCache($suffixVideo, 0);
} else {
$cacheHandlerVideo->setSuffix($suffixVideo);
}
Expand Down

0 comments on commit 49db81d

Please sign in to comment.