deadman-fm 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -506,6 +506,7 @@ async function handleSyncForStation(stationName, stationId, genre) {
|
|
|
506
506
|
genre,
|
|
507
507
|
music: musicPath,
|
|
508
508
|
watch: false,
|
|
509
|
+
stationId,
|
|
509
510
|
});
|
|
510
511
|
}
|
|
511
512
|
catch (err) {
|
|
@@ -517,6 +518,7 @@ async function handleSyncForStation(stationName, stationId, genre) {
|
|
|
517
518
|
}
|
|
518
519
|
console.log = originalLog;
|
|
519
520
|
syncSpinner.stop(`Station ${idLabel} is live. ${totalSegments} segments on the network.`);
|
|
521
|
+
p.log.success("Your station is seeding. Listeners can tune in now.");
|
|
520
522
|
p.log.info("Press Ctrl+C to stop seeding.");
|
|
521
523
|
// Keep alive — seeding runs inside createStation's swarm
|
|
522
524
|
await new Promise(() => { });
|