mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
20 lines
410 B
Plaintext
20 lines
410 B
Plaintext
@deprecated
|
|
@override
|
|
@todo('seth', 'make this do something')
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["metadata", "@deprecated"],
|
|
["metadata", "@override"],
|
|
["metadata", "@todo"],
|
|
["punctuation", "("],
|
|
["string", "'seth'"],
|
|
["punctuation", ","],
|
|
["string", "'make this do something'"],
|
|
["punctuation", ")"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for metadata. |