Add nfo to ext list

This commit is contained in:
2019-11-20 11:41:50 -05:00
parent 373ac01e4e
commit 11df6cc88f
3 changed files with 3 additions and 2 deletions

View File

@@ -1182,6 +1182,7 @@ g_hash_table_insert(ext_table, "d", (gpointer)text_plain);
g_hash_table_insert(ext_table, "cs", (gpointer)text_plain);
g_hash_table_insert(ext_table, "hpp", (gpointer)text_plain);
g_hash_table_insert(ext_table, "srt", (gpointer)text_plain);
g_hash_table_insert(ext_table, "nfo", (gpointer)text_plain);
g_hash_table_insert(ext_table, "rt", (gpointer)text_richtext);
g_hash_table_insert(ext_table, "rtf", (gpointer)text_richtext);
g_hash_table_insert(ext_table, "rtx", (gpointer)text_richtext);

File diff suppressed because one or more lines are too long