Commit dee576eb authored by Petri Hintukainen's avatar Petri Hintukainen Committed by Jean-Baptiste Kempf

Add bluray to GuessType()

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8c1ef02b
......@@ -969,6 +969,7 @@ static int GuessType( const input_item_t *p_item, bool *p_net )
/* Short match work, not just exact match */
{ "alsa", ITEM_TYPE_CARD, false },
{ "atsc", ITEM_TYPE_CARD, false },
{ "bluray", ITEM_TYPE_DISC, false },
{ "bd", ITEM_TYPE_DISC, false },
{ "cable", ITEM_TYPE_CARD, false },
{ "cdda", ITEM_TYPE_DISC, false },
......
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