diff --git a/example/lib/main.dart b/example/lib/main.dart index 69ff2379a003f8177fb50159e796e058e315af07..f92f0b9702d02bd28fa3c5713bb5cd628fed7920 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -32,7 +32,7 @@ class MyApp extends StatefulWidget { class _MyAppState extends State { final player = AudioPlayer(); final String url = - "https://s3.amazonaws.com/scifri-episodes/scifri20181123-episode.mp3"; + "https://luan.xyz/files/audio/ambient_c_motion.mp3"; PlayerState playerState = PlayerState.stopped; @override