Changeset 9ac8ebb092d9f48aa9e384a6b29ca12952871727

Show
Ignore:
Timestamp:
07/05/06 00:50:11 (3 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1146955811 +0000
git-parent:

[226eab71b7f7551401bb17ca32cb0d566251a9c5]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1146955811 +0000
Message:

Add 'GENRE' to the list of vlc_get_meta language independent wrappers.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/control/http/rpn.c

    r2e26f54 r9ac8ebb  
    987987                                _(VLC_META_INFO_CAT), _(VLC_META_COLLECTION) ); 
    988988                } 
     989                else if( !strcmp( psz_meta, "GENRE" ) ) 
     990                { 
     991                    psz_val = vlc_input_item_GetInfo( p_item, 
     992                                _(VLC_META_INFO_CAT), _(VLC_META_GENRE) ); 
     993                } 
    989994                else 
    990995                {