Commit 5c8521ca authored by Thomas Guillem's avatar Thomas Guillem

input: add nfs:// type

parent 1a24ef3f
......@@ -1046,6 +1046,7 @@ static int GuessType( const input_item_t *p_item, bool *p_net )
{ "live", ITEM_TYPE_STREAM, true }, /* livedotcom */
{ "mms", ITEM_TYPE_STREAM, true },
{ "mtp", ITEM_TYPE_DISC, false },
{ "nfs", ITEM_TYPE_FILE, true },
{ "ofdm", ITEM_TYPE_CARD, false },
{ "oss", ITEM_TYPE_CARD, false },
{ "pnm", ITEM_TYPE_STREAM, true },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment