# HG changeset patch # User drewp@bigasterisk.com # Date 1684369745 25200 # Node ID 47cf5a26adf0ccc79d9ba127e5032e0a42ea959f # Parent ac16ec1e6bab4d3125bd9b3ebc07b26abf85640f stray hardcoded show uri diff -r ac16ec1e6bab -r 47cf5a26adf0 light9/ascoltami/Light9AscoltamiUi.ts --- a/light9/ascoltami/Light9AscoltamiUi.ts Wed May 17 17:28:45 2023 -0700 +++ b/light9/ascoltami/Light9AscoltamiUi.ts Wed May 17 17:29:05 2023 -0700 @@ -303,7 +303,7 @@ 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);