From 34714ebea5d11289ea3013819e40a5b86e1b7f72 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 13 Apr 2026 09:12:39 -0300 Subject: data: Thing.inspectReference & friends --- src/data/things/MusicVideo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data/things/MusicVideo.js') diff --git a/src/data/things/MusicVideo.js b/src/data/things/MusicVideo.js index 3a41caf5..8ca7c813 100644 --- a/src/data/things/MusicVideo.js +++ b/src/data/things/MusicVideo.js @@ -193,7 +193,7 @@ export class MusicVideo extends Thing { parts.push(` for ${inspect(this.thing, newOptions)}`); } else { - parts.push(` for ${colors.blue(Thing.getReference(this.thing))}`); + parts.push(` for ${colors.blue(Thing.inspectReference(this.thing))}`); } } -- cgit 1.3.0-6-gf8a5