We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e75c3c commit 9b507dcCopy full SHA for 9b507dc
lib/player/data/local_media.dart
@@ -109,7 +109,7 @@ class LocalMedia extends UniqueMedia {
109
required Uint8List imageData,
110
}) async {
111
final tempDir = Platforms.isLinux
112
- ? cacheHome.path
+ ? configHome.path
113
: (await getTemporaryDirectory()).path;
114
115
final imagesDir = p.join(tempDir, '${AppConfig.appName}_temp_images');
0 commit comments