Skip to content

Commit 61d728e

Browse files
dave-pFlole998
authored andcommitted
Update online help text
Format Strings used in DVR Profiles cannot be used when creating Autorecs. See Forum issue 9160.
1 parent 730718c commit 61d728e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/dvr/dvr_autorec.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,8 @@ const idclass_t dvr_autorec_entry_class = {
11321132
"subdirectory rules (except the base directory) "
11331133
"defined in the DVR configuration and puts all "
11341134
"recordings done by this entry into the "
1135-
"subdirectory named here. See Help for more info."),
1135+
"subdirectory named here. Note that Format Strings "
1136+
"cannot be used here. See Help for more info."),
11361137
.off = offsetof(dvr_autorec_entry_t, dae_directory),
11371138
.opts = PO_EXPERT,
11381139
},

0 commit comments

Comments
 (0)