From ab6e18cbb962c4ecc5a5099b1e3f1fff8d227ff6 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 8 Nov 2013 09:59:43 +0000 Subject: fix media path with json loader --- rotord/src/rotor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rotor.h') diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index ee58484..b0d10c6 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -560,6 +560,7 @@ namespace Rotor { Video_loader(){ create_attribute("filename","name of video file to load","File name",""); create_attribute("media_id","media_id","media_id","media_id"); //for rotorW + create_attribute("media_path","media_path","media_path","media_path"); //for rotorW title="Video loader"; description="Loads a video file"; UID="5b64b8ca-2d0a-11e3-92ed-4b7420b40040"; -- cgit v1.2.3