mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Renames in Frontend
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
function AuthorMetadataProfilePopoverContent() {
|
||||
return (
|
||||
<div>
|
||||
Select 'None' to only include items manually added via search or that match files on disk
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default AuthorMetadataProfilePopoverContent;
|
||||
Reference in New Issue
Block a user