changeset 2140:47cf5a26adf0

stray hardcoded show uri
author drewp@bigasterisk.com
date Wed, 17 May 2023 17:29:05 -0700
parents ac16ec1e6bab
children bee583b891dc
files light9/ascoltami/Light9AscoltamiUi.ts
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);