This commit is contained in:
mynah
2019-04-04 18:04:54 -06:00
parent 79884e2753
commit 49b1256e27
5 changed files with 18 additions and 13 deletions

View File

@@ -41,9 +41,6 @@ sub event{
my ($c,$id)=@_;
return shift @{ _read ($data_path->child("event/qEvent.q")->slurp,$id)};
}
sub store{
return _read ($data_path->child("/store/qStore.q")->slurp);
}
sub tv_videos{
return _read ($data_path->child("/tv/qSeries.q")->slurp); #group,name
}