Final update: correct playlist endpoint, robust server handling, and production-ready logic

This commit is contained in:
2025-08-23 16:10:49 +03:00
parent 8fa2918905
commit 1056fd2090
7 changed files with 158 additions and 17 deletions

View File

@@ -1,20 +1,15 @@
{
"playlist": [
{
"file_name": "1307306470-nature_wallpaper_hd_hd_nature_3-3828209637.jpg",
"url": "static/resurse/1307306470-nature_wallpaper_hd_hd_nature_3-3828209637.jpg",
"duration": 20
"file_name": "Cindrel_1.jpg",
"url": "static/resurse/Cindrel_1.jpg",
"duration": 10
},
{
"file_name": "wp2782770-1846651530.jpg",
"url": "static/resurse/wp2782770-1846651530.jpg",
"duration": 15
},
{
"file_name": "SampleVideo_1280x720_1mb.mp4",
"url": "static/resurse/SampleVideo_1280x720_1mb.mp4",
"duration": 5
"file_name": "trans_cindrel_4.jpg",
"url": "static/resurse/trans_cindrel_4.jpg",
"duration": 10
}
],
"version": 0
"version": 29
}