# HG changeset patch # User drewp@bigasterisk.com # Date 2023-05-18 00:29:05 # Node ID 47cf5a26adf0ccc79d9ba127e5032e0a42ea959f # Parent ac16ec1e6bab4d3125bd9b3ebc07b26abf85640f stray hardcoded show uri diff --git a/light9/ascoltami/Light9AscoltamiUi.ts b/light9/ascoltami/Light9AscoltamiUi.ts --- a/light9/ascoltami/Light9AscoltamiUi.ts +++ b/light9/ascoltami/Light9AscoltamiUi.ts @@ -303,7 +303,7 @@ export class Light9AscoltamiUi extends L try { const playList = this.graph.uriValue( // - this.graph.Uri("http://light9.bigasterisk.com/show/dance2022"), + this.graph.Uri("http://light9.bigasterisk.com/show/dance2023"), this.graph.Uri(":playList") ); log(playList);