Changeset 443f056bf3340c70030f9801f94a3e774ac1bfe0
- Timestamp:
- 08/11/07 02:07:15
(1 year ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1194484035 +0000
- git-parent:
[bfc832905d61b85d651165beea67d4037ebaaa7f]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1194484035 +0000
- Message:
Correct a typo in [22984], s/meta-fetch/fetch-meta :D
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9c9d1dd |
r443f056 |
|
| 99 | 99 | p_playlist->p_fetcher->p_waiting = NULL; |
|---|
| 100 | 100 | p_playlist->p_fetcher->b_fetch_meta = var_CreateGetInteger( p_playlist, |
|---|
| 101 | | "meta-fetch" ); |
|---|
| | 101 | "fetch-meta" ); |
|---|
| 102 | 102 | p_playlist->p_fetcher->i_art_policy = var_CreateGetInteger( p_playlist, |
|---|
| 103 | 103 | "album-art" ); |
|---|