Resimler için cache oluşturuldu
This commit is contained in:
@@ -77,7 +77,7 @@ let filteredShows = [];
|
||||
function assetUrl(pathname) {
|
||||
if (!pathname) return null;
|
||||
const token = localStorage.getItem("token");
|
||||
return `${API}${pathname}?token=${token}&t=${Date.now()}`;
|
||||
return `${API}${pathname}?token=${token}`;
|
||||
}
|
||||
|
||||
function posterUrl(show) {
|
||||
|
||||
Reference in New Issue
Block a user