This commit is contained in:
Neeraj Gupta
2024-12-20 16:24:32 +05:30
parent 1de19e7a3e
commit acc367d522

View File

@@ -235,7 +235,7 @@ class PreviewVideoStore {
: await cacheManager.getFileFromCache(_getCacheKey(objectKey));
String finalPlaylist;
if (playlistCache != null) {
finalPlaylist = playlistCache!.file.readAsStringSync();
finalPlaylist = playlistCache.file.readAsStringSync();
} else {
final response = await _dio.get(
"/files/data/fetch/",